You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
martinlexow
changed the title
Z and Y are reversed
Z and Y are reversed (using a keyboard with QWERTZ layout)
May 11, 2021
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")
orKey.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?The text was updated successfully, but these errors were encountered: