-
Notifications
You must be signed in to change notification settings - Fork 226
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
Since 0.2.0, keyboard.press_and_release() doesn't work anymore (from a Python app) #501
Comments
Note that, I can bruteforce my way into having the keypress honoured (basically, a loop pressing until one keypress gets through). |
I am the user of this app. It is not working since 0.2.0. Please help us fix the issue!!! |
Other users are complaining but don't use Github. So i'm upping the issue on their behalf. |
What's the latest CSP version you tested with this issue? |
All of them from 0.2.0 and at least up to the date of opening the issue. |
So did you try 0.2.6/0.2.7-preview? |
@4utomatas could you try these releases ? |
Hi,
I wrote an automatic gearbox Python app a while back. Some people seem to enjoy it as it behaves like a real auto gearbox. Great for a Sunday drive.
It works by reading multiple parameters to make a decision, taking into account the current driving style.
Upon decision, it sends
keyboard.press_and_release('o')
orkeyboard.press_and_release('p')
.This used to work until CSP
0.1.79
, starting at CSP0.2.0
, the keypress are mostly ignored.Some (1%?) seems to filter through, but that breaks the behaviour of the App anyways.
I have double-checked my code, and the keypress are indeed being sent/pressed, confirming that the issue is out of my scope.
Could you please either :
Thanks!
The text was updated successfully, but these errors were encountered: