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

Fix modifier keys causing key-code mismatch on Linux/X11. #31740

Merged
merged 1 commit into from
Aug 29, 2019

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Aug 28, 2019

Former part of #18020

Commit 3: [Linux/X11] Fix key-code mismatch caused by with modifier keys. (related to #18185).

Fixes #12993

@akien-mga
Copy link
Member

Fixes #12993

For the reference, I tried and can't reproduce that issue on Linux, but I can confirm that this commit fixes the issue reported in #18185. (Namely that pressing Shift with 7 pressed on an en_US qwerty keyboard registers the event as Ampersand, so 7 is never unpressed.)

@akien-mga akien-mga merged commit c475f89 into godotengine:master Aug 29, 2019
@akien-mga
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

Ctrl and Shift key events masked when one already pressed
2 participants