-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
CRTL Left+Key doesn't work on Windows #14
Comments
Thanks for reporting this bug, can you provide more details? (Which |
Additionally if you didn't input something sensible like a password or whatever, you can post the file %TMP%\atbswp-20200430 |
Hi, Steps to reproduce:
However, it seems that it is not supported, extract of atbswp temporary file:
|
Will take a look at this, |
Probably the |
It isn't a bug, just not implemented yet! "Note that in the context of keyboard handling, the \x03 keycode may be associated with the Ctrl+C key, since Ctrl+C is often used to send an interrupt signal (SIGINT) on Unix and Windows systems to stop. the execution of a program." Possible solution, in Win10 at least: You can't do Ctrl+C and Ctrl+V in Windows. atbswp takes them like "### This key is not supported yet". on_press:
on_release:
I don't know if works in other OS, in Windows 10, yes! |
Hi,
It seems that the key combination,
CTRL+key
is not record. Or it is not replay.I don't know if there is any log or output that I can provide to help.
Thanks
Version : atbswp 0.1
Env : Windows 10
Python : 3.7.4
The text was updated successfully, but these errors were encountered: