-
Notifications
You must be signed in to change notification settings - Fork 69
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
Switch to pyautogui #35
Conversation
Current findings on ubuntu 18.04: |
This needs a lot of testing but it should work |
This PR is confirmed to be working with the MK3 as well |
Currently doesn't work with the following games:
Tested and working with these games:
|
If you're switching to pyautogui, keyboard events on win32 directinput driven applications will not respond keyboard events. You can write your own keyboard library using win32 api calls or (I recommend) just continue to use keyboard library for windows platform only (or add a new keywords like "@GAMe" or something to use keyboard library calls on windows for not working games and applications). If you're going to write new keyboard library using win32 calls I can help. |
We recently found this out ourselves and are trying to find a good solution. |
Launchpad X support and small changes
Fixes #34