diff --git a/.local/share/code-server/User/keybindings.json b/.local/share/code-server/User/keybindings.json index 711616a..aafc971 100644 --- a/.local/share/code-server/User/keybindings.json +++ b/.local/share/code-server/User/keybindings.json @@ -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" }, diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index b567178..f963e1d 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -10,7 +10,6 @@ ] }, "workbench.colorTheme": "Default Dark Modern", - "keyboard.layout": "0000041D", "editor.bracketPairColorization.enabled": false, "git.openRepositoryInParentFolders": "never", "editor.stickyScroll.enabled": false,