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
code-server version: 3.0
OS Version: macOS
Browser: Safari
Description
On certain keyboard layouts chars are not mapped to the same key like on the English one.
Example: Z and Y keys are switched on DE/HU/etc. layouts.
It seems to me you are using key codes to catch the pressed shortcuts.. which is an issue for all users who try to use different layouts than EN. Very popular key combinations like CMD+Z (undo) are mapped to wrong keys (CMD+Y in this case)..
Steps to Reproduce
Use a DE layout keyboard / change in your OS to another layout and use the Keyboard Viewer utility
The text was updated successfully, but these errors were encountered:
peet86
changed the title
Undo shortcut - wrong key mapping
Undo shortcut - wrong hotkey mapping
Apr 1, 2020
I had a similar problem (with local VS Code as well) and changing the keyboard.dispatch setting to keyCode fixed it for me. The default is code which is always the same no matter what the layout is.
code-server version: 3.0
OS Version: macOS
Browser: Safari
Description
On certain keyboard layouts chars are not mapped to the same key like on the English one.
Example: Z and Y keys are switched on DE/HU/etc. layouts.
It seems to me you are using key codes to catch the pressed shortcuts.. which is an issue for all users who try to use different layouts than EN. Very popular key combinations like CMD+Z (undo) are mapped to wrong keys (CMD+Y in this case)..
Steps to Reproduce
Use a DE layout keyboard / change in your OS to another layout and use the Keyboard Viewer utility
The text was updated successfully, but these errors were encountered: