Skip to content
New issue

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

shift 无法被正确的重放 #27

Closed
taojy123 opened this issue Apr 13, 2020 · 6 comments
Closed

shift 无法被正确的重放 #27

taojy123 opened this issue Apr 13, 2020 · 6 comments

Comments

@taojy123
Copy link
Owner

脚本:

[
 [1000,"EK","key down","shift"],
 [1000,"EK","key down","down"],
 [200,"EK","key up","down"],
 [1000,"EK","key up","shift"]
]

理论上运行时会向下选择一行

实际运行时只有光标向下移动了一行,说明 shift 没有生效

@linwolfer
Copy link

linwolfer commented Jun 17, 2020

Ctrl+C 和 Ctrl+V 同样无效,就是无法复制和粘贴。请检查,谢谢

非常好用、实用的一款软件,特别是脚本运行这个功能太赞了。如果能识别和切换窗口(句柄)就更酷了。

@taojy123
Copy link
Owner Author

@linwolfer 嗯 带功能的组合键好像是有些问题,之前也有人反应过所以建了这个 issue。
初步分析是 pynput 的 bug,正在看 pynput 的源码和实现原理,看下能不能 fix 它。

@linwolfer
Copy link

@linwolfer 嗯 带功能的组合键好像是有些问题,之前也有人反应过所以建了这个 issue。
初步分析是 pynput 的 bug,正在看 pynput 的源码和实现原理,看下能不能 fix 它。

嗯,辛苦了。加油 😀

@gaodi16366
Copy link

组合键基本都无效

@linwolfer
Copy link

组合键基本都无效

不,Ctrl+C 可用

@taojy123
Copy link
Owner Author

taojy123 commented Sep 7, 2020

v3.0 版本修复了此问题。
https://github.com/taojy123/KeymouseGo/releases/tag/v3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants