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
Install latest Zed version on Ubuntu 20.04 with latest updates
Have 2 locales in system, e.g. English and Russian
Press ctrl+s when Russian locale is on.
Actual Behavior: file is not saved
Expected Behavior: file is saved
Same problems occurs with all other key bindings.
I tried to set use_layout_keys: true in my settings.json (btw it did not auto-suggest this key).
I also tried use_key_equivalents in keymap.json under all contexts. Did not helped either.
When I open Debug: open key context window, i press ctrl+s when russian locale is on and I see:
ctrl-cyrillic_yeru
I added "ctrl-cyrillic_yeru": "workspace::Save" to my keymap.json and it solved the problem. Maybe I could event generate all key bindings using Zed assistant and this will work. So this bug has a tricky workaround.
Still such nasty bugs may push new users away from this great editor.
That is quite unfortunate indeed. I assume we're getting the Cyrillic key pressed events from the OS so this may be somewhat difficult to fix, but then again there is almost certainly prior art here.
Summary
Steps to trigger the problem:
Actual Behavior: file is not saved
Expected Behavior: file is saved
Same problems occurs with all other key bindings.
I tried to set use_layout_keys: true in my settings.json (btw it did not auto-suggest this key).
I also tried use_key_equivalents in keymap.json under all contexts. Did not helped either.
When I open Debug: open key context window, i press ctrl+s when russian locale is on and I see:
ctrl-cyrillic_yeru
I added "ctrl-cyrillic_yeru": "workspace::Save" to my keymap.json and it solved the problem. Maybe I could event generate all key bindings using Zed assistant and this will work. So this bug has a tricky workaround.
Still such nasty bugs may push new users away from this great editor.
Zed Version and System Specs
Zed: v0.172.10 (Zed)
OS: Linux X11 ubuntu 20.04
Memory: 94.3 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 3090 || NVIDIA || 565.57.01
The text was updated successfully, but these errors were encountered: