-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Modifier keys are not properly released. #264
Comments
For my system, releaseKey() doesn't seem to be working for any keys. The following code results in the S Key being held down and never released:
Using nut-js version 1.7.0 on Windows 10. |
Hm, I initially suspected a timing issue, but if also happens with the additional sleep I doubt that. Will have to investigate further |
Removed it from the 2.0.0 milestone since fixing this issue won’t necessarily require a major release |
This issue is stale because it has been open for 30 days with no activity. |
Hmm. Still an issue for me... |
Version
Short overview
I'm running this program:
And in javascript (Chrome), I'm logging the document keydown events:
And the result: Shift and Meta keys are still held down when typing. Although they turn off after enter...
Issue occurs on
Detailed error description
Steps to reproduce error
Additional content
The text was updated successfully, but these errors were encountered: