mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
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:
parent
fd9f1d5333
commit
612fc10935
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Place your key bindings in this file to override the defaults
|
||||
[
|
||||
{
|
||||
"key": "alt+oem_5",
|
||||
"key": "alt+`",
|
||||
"command": "workbench.view.explorer",
|
||||
"when": "viewContainer.workbench.view.explorer.enabled"
|
||||
},
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"command": "-workbench.action.replaceInFiles"
|
||||
},
|
||||
{
|
||||
"key": "shift+alt+oem_5",
|
||||
"key": "shift+alt+`",
|
||||
"command": "bookmarks.toggle",
|
||||
"when": "editorTextFocus"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
]
|
||||
},
|
||||
"workbench.colorTheme": "Default Dark Modern",
|
||||
"keyboard.layout": "0000041D",
|
||||
"editor.bracketPairColorization.enabled": false,
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
"editor.stickyScroll.enabled": false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue