github/hotkey

Z and Y reversed

martinlexow opened this issue · 1 comments

I’m using a keyboard with a German layout. The keys Z and Y are reversed in comparison to the US layout.

When I set a KeyCombo with Key(string: "z") it get’s recognised as "y" and vice versa.

I suspect this is because keyCodes are hardware-related, aren’t they? What could be a possible fix?

Sorry, I’ve mixed up the repositories!