zulip-desktop icon indicating copy to clipboard operation
zulip-desktop copied to clipboard

Shortcuts work only in english keyboard layer

Open dronmaxman opened this issue 5 years ago • 4 comments


  • Operating System: macOS Catalina 10.15.1
  • Clear steps to reproduce the issue: I'm from Ukrain and use two and more keyboad layers. When I swich to Russian language shortcuts stop working.
  • Relevant error messages and/or screenshots: No any errors, just not working.

dronmaxman avatar Dec 04 '19 23:12 dronmaxman

Hello @dronmaxman! Thanks a lot for raising the issue.

I'm sorry, but I can't really understand your problem. I'm not sure what keyboard layers are - do you intend to say keyboard layouts instead?

When I swich to Russian language shortcuts stop working.

Does this mean that when you switch languages for the app, shortcuts don't work for you?

I'm sorry if these questions are a bit simplistic - I'm new to working with international users, and haven't really faced such a problem before.

kanishk98 avatar Dec 07 '19 09:12 kanishk98

Similar issue - https://github.com/microsoft/vscode/issues/24057 They create custom keyboard mappings to solve this.

vsvipul avatar Jan 13 '20 13:01 vsvipul

@vsvipul is there anything we could do about this?

akashnimare avatar Jan 24 '20 09:01 akashnimare

The app can listen for keycodes (physical key ids) instead of characters. It's a known problem for apps when they listen for English characters instead of keycodes.

Happy to help with testing. Using English and Russian language inputs on MacOS

GitSparTV avatar Dec 22 '22 18:12 GitSparTV