Hotkeys don't work as expected if keyboard is set to non-latin languages. #2782
Labels
bug
Something isn't working
[feature] shortcuts
Anything related to shortcuts
i18n
All things Internationalization
[OS] macOS
[OS] windows
Reported on 3818073-zen
Some hotkeys seem to not work if the keyboard is set to a non-latin language, but they do work if the key mapping is set to English. In this case the user reported the problem for Cyrillic in Windows, but I was able to replicate it as well for Thai in OSX.
I wonder if this could be related to using the latin convention rather than the keyboard key code value, when checking diffs like this one , at
cmdOrCtrl && 'KeyT'
Expected
That hotkeys behave equal despite the keyboard layout/language used.
Observed
This behaves differently, when layout is set to Cyrillic some hotkeys work (Ctrl + Shift + I) , but other doesn't, like:
Reproduced
I don't have a Windows machine in order to replicate this specific case, but I replicated the same behaviour for the OSX version, for example in Thai I cannot use cmd+L move focus to search field, while this works if my keyboard is set to Spanish or English.
Details as per the specific user problem:
The text was updated successfully, but these errors were encountered: