Skip to content
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

Key are pressed twice #139

Closed
titiger opened this issue Nov 12, 2016 · 3 comments
Closed

Key are pressed twice #139

titiger opened this issue Nov 12, 2016 · 3 comments

Comments

@titiger
Copy link
Member

@titiger titiger commented Nov 12, 2016

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.

titiger added a commit that referenced this issue Nov 12, 2016
@titiger
Copy link
Member Author

@titiger titiger commented Nov 12, 2016

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.

@titiger
Copy link
Member Author

@titiger titiger commented Nov 13, 2016

I hope this commit fixed it, can someone establish ?

1dfe1b8

@titiger
Copy link
Member Author

@titiger titiger commented Dec 10, 2016

Looks like this is fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants