更新 keybindings_windows.json

This commit is contained in:
colin 2025-07-23 16:53:16 +08:00
parent 1f9c4722cc
commit 42e039c91c
1 changed files with 4 additions and 15 deletions

View File

@ -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"
}
]