HotKey icon indicating copy to clipboard operation
HotKey copied to clipboard

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

Open martinlexow opened this issue 3 years ago • 1 comments

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 avatar May 11 '21 20:05 martinlexow

This is caused by the issue described in #2

pkamb avatar May 12 '21 02:05 pkamb