更新 keybindings_windows.json
This commit is contained in:
parent
1f9c4722cc
commit
42e039c91c
|
@ -21,16 +21,6 @@
|
||||||
"command": "editor.action.revealDefinition",
|
"command": "editor.action.revealDefinition",
|
||||||
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
|
"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",
|
"key": "ctrl+c",
|
||||||
"command": "editor.action.clipboardCopyAction",
|
"command": "editor.action.clipboardCopyAction",
|
||||||
|
@ -492,11 +482,6 @@
|
||||||
"command": "workbench.view.explorer",
|
"command": "workbench.view.explorer",
|
||||||
"when": "viewContainer.workbench.view.explorer.enabled"
|
"when": "viewContainer.workbench.view.explorer.enabled"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "shift+ctrl+a",
|
|
||||||
"command": "workbench.files.action.focusOpenEditorsView",
|
|
||||||
"when": "workbench.explorer.openEditorsView.active"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+k e",
|
"key": "ctrl+k e",
|
||||||
"command": "-workbench.files.action.focusOpenEditorsView",
|
"command": "-workbench.files.action.focusOpenEditorsView",
|
||||||
|
@ -537,5 +522,9 @@
|
||||||
"text": "\u0012"
|
"text": "\u0012"
|
||||||
},
|
},
|
||||||
"when": "terminalFocus"
|
"when": "terminalFocus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+a",
|
||||||
|
"command": "continue.continueGUIView.focus"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue