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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/100
This commit is contained in:
Victor Westerlund 2026-01-03 10:40:24 +01:00
parent fd9f1d5333
commit 612fc10935
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,