fix(code-server): autodetect keyboard layout and keybind changes for US ANSI

This commit is contained in:
Victor Westerlund 2026-01-03 10:39:03 +01:00
parent fd9f1d5333
commit d566d0b47a
Signed by: vlw
GPG key ID: D0AD730E1057DFC6
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
// Place your key bindings in this file to override the defaults // Place your key bindings in this file to override the defaults
[ [
{ {
"key": "alt+oem_5", "key": "alt+`",
"command": "workbench.view.explorer", "command": "workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled" "when": "viewContainer.workbench.view.explorer.enabled"
}, },
@ -29,7 +29,7 @@
"command": "-workbench.action.replaceInFiles" "command": "-workbench.action.replaceInFiles"
}, },
{ {
"key": "shift+alt+oem_5", "key": "shift+alt+`",
"command": "bookmarks.toggle", "command": "bookmarks.toggle",
"when": "editorTextFocus" "when": "editorTextFocus"
}, },

View file

@ -10,7 +10,6 @@
] ]
}, },
"workbench.colorTheme": "Default Dark Modern", "workbench.colorTheme": "Default Dark Modern",
"keyboard.layout": "0000041D",
"editor.bracketPairColorization.enabled": false, "editor.bracketPairColorization.enabled": false,
"git.openRepositoryInParentFolders": "never", "git.openRepositoryInParentFolders": "never",
"editor.stickyScroll.enabled": false, "editor.stickyScroll.enabled": false,