-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tune up for using under Linux (possible by WA) #8
Comments
Consider switching to pynput: Stackoverflow urls: Solution based on them: def keyboard_listener():
listener = keyboard_listener() if name== "main": |
Pynput will probably fix issue with systems differentiation- it would not be needed. |
Failed - Same code do not work on Linux: Different vk Linux vs Windows |
For now Windows will be treated as main envirorment. |
Is your feature request related to a problem? Please describe.
Keyboard module have issue which cant suppress button events on Linux. This feature need to be implemented to add WA for Linux.
Describe the solution you'd like
Determine os. If linux - use WA method with deleting typed numpad character else use suppress method in keyboard module.
Describe alternatives you've considered
Use only windows envirorment
The text was updated successfully, but these errors were encountered: