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

Fixed button press for windows #255

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Conversation

felixhudson
Copy link

Added a filter to every user input to reject Keyup events. This is required on the windows platform

felixh added 2 commits November 19, 2023 14:07
Added a filter to every user input to reject Keyup events. This is required on the windows platform
We need to explicitly ignore any key Release event after a Z to allow for ZZ behaviour to work on windows
@kyoheiu
Copy link
Owner

kyoheiu commented Nov 24, 2023

Thank you! I've forgotten to add these captures...

@kyoheiu kyoheiu merged commit e0c6584 into kyoheiu:main Nov 24, 2023
@kyoheiu kyoheiu mentioned this pull request Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants