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
For some people it looks like one key press is counted as 2 key presses. Hotkeys for switching on/off things always did on/off instantly for them.
The text was updated successfully, but these errors were encountered:
lets see if this helps with issue #139
1dfe1b8
It turned out this happened because for those which had numlock key off or somehting like this. In this case the key was handled two times by the game. One time it was handled as text input, one time as keydown event.
Sorry, something went wrong.
I hope this commit fixed it, can someone establish ?
Looks like this is fixed now
No branches or pull requests
For some people it looks like one key press is counted as 2 key presses. Hotkeys for switching on/off things always did on/off instantly for them.
The text was updated successfully, but these errors were encountered: