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

Z and Y are reversed (using a keyboard with QWERTZ layout) #35

Open
martinlexow opened this issue May 11, 2021 · 1 comment
Open

Z and Y are reversed (using a keyboard with QWERTZ layout) #35

martinlexow opened this issue May 11, 2021 · 1 comment

Comments

@martinlexow
Copy link

I’m using a keyboard with a German layout (QWERTZ). The keys Z and Y are reversed in comparison to the US layout on it (QWERTY).

When I set a KeyCombo with Key(string: "z") or Key.z it gets recognised as "y" and vice versa on my system (Region is set to Germany, preferred language is set to English).

I suspect this is because keyCodes are hardware-related? What could be a possible fix?

Screenshot 2021-05-11 at 10 39 56 PM

@martinlexow martinlexow changed the title Z and Y are reversed Z and Y are reversed (using a keyboard with QWERTZ layout) May 11, 2021
@pkamb
Copy link

pkamb commented May 12, 2021

This is caused by the issue described in #2

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

No branches or pull requests

2 participants