We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题:1.DPI没有300%的选项导致在300%缩放下只有屏幕中间部分能够响应操作 2.不能长按唤起右键菜单 3.双击屏幕仍会触发powerpoint原有的放大功能(这在很多动画连在一起的时候会误触) 希望能增加开关,屏蔽原有触控操作逻辑,完全使用鼠标操作逻辑以解决上述问题 同时增加软件运行的稳定性(毕竟使用场景挺需要稳定性的)如使用守护进程保活主进程 感谢作者大大!
The text was updated successfully, but these errors were encountered:
250%和300%DPI选项已经添加(参考#4)
Sorry, something went wrong.
No branches or pull requests
问题:1.DPI没有300%的选项导致在300%缩放下只有屏幕中间部分能够响应操作
2.不能长按唤起右键菜单
3.双击屏幕仍会触发powerpoint原有的放大功能(这在很多动画连在一起的时候会误触)
希望能增加开关,屏蔽原有触控操作逻辑,完全使用鼠标操作逻辑以解决上述问题
同时增加软件运行的稳定性(毕竟使用场景挺需要稳定性的)如使用守护进程保活主进程
感谢作者大大!
The text was updated successfully, but these errors were encountered: