From 42e039c91c25aa66258a6c85c7d4b7533225645a Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 23 Jul 2025 16:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20keybindings=5Fwindows.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings_windows.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) 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