diff --git a/keybindings_windows.json b/keybindings_windows.json index 10286b7..addc5c9 100644 --- a/keybindings_windows.json +++ b/keybindings_windows.json @@ -21,16 +21,6 @@ "command": "editor.action.revealDefinition", "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" }, - { - "key": "shift+ctrl+t", - "command": "workbench.action.closeWindow", - "when": "!multipleEditorGroups && !inDebugMode" - }, - // { - // "key": "ctrl+w", - // "command": "workbench.action.closeWindow", - // "when": "!editorIsOpen && !terminalFocus && !multipleEditorGroups" - // }, { "key": "ctrl+c", "command": "editor.action.clipboardCopyAction", @@ -492,11 +482,6 @@ "command": "workbench.view.explorer", "when": "viewContainer.workbench.view.explorer.enabled" }, - { - "key": "shift+ctrl+a", - "command": "workbench.files.action.focusOpenEditorsView", - "when": "workbench.explorer.openEditorsView.active" - }, { "key": "ctrl+k e", "command": "-workbench.files.action.focusOpenEditorsView", @@ -537,5 +522,9 @@ "text": "\u0012" }, "when": "terminalFocus" + }, + { + "key": "ctrl+shift+a", + "command": "continue.continueGUIView.focus" } ] \ No newline at end of file