300 lines
28 KiB
JSON
300 lines
28 KiB
JSON
// Place your key bindings in this file to overwrite the defaults[
|
|
[
|
|
{ "key": "alt+backspace", "command": "deleteWordLeft", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "alt+delete", "command": "deleteWordRight", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "alt+down", "command": "-editor.action.moveLinesDownAction", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "alt+left", "command": "cursorWordStartLeft" },
|
|
{ "key": "alt+meta+[", "command": "editor.fold", "when": "editorFocus" },
|
|
{ "key": "alt+meta+[", "command": "editor.fold", "when": "editorTextFocus" },
|
|
{ "key": "alt+meta+]", "command": "editor.unfold", "when": "editorFocus" },
|
|
{ "key": "alt+meta+]", "command": "editor.unfold", "when": "editorTextFocus" },
|
|
{ "key": "alt+meta+/", "command": "editor.action.blockComment", "when": "editorFocus" },
|
|
{ "key": "alt+meta+/", "command": "editor.action.commentLine", "when": "editorTextFocus" },
|
|
{ "key": "alt+meta+0", "command": "workbench.action.toggleEditorGroupLayout" },
|
|
{ "key": "alt+meta+2", "command": "workbench.action.splitEditor" },
|
|
{ "key": "alt+meta+backspace", "command": "deleteFile", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" },
|
|
{ "key": "alt+meta+c", "command": "copyFilePath", "when": "!editorFocus" },
|
|
{ "key": "alt+meta+c", "command": "search.action.copyPath", "when": "fileMatchOrFolderMatchFocus" },
|
|
{ "key": "alt+meta+c", "command": "toggleFindCaseSensitive", "when": "editorFocus" },
|
|
{ "key": "alt+meta+c", "command": "toggleSearchCaseSensitive", "when": "searchInputBoxFocus && searchViewletVisible" },
|
|
{ "key": "alt+meta+down", "command": "-editor.action.insertCursorBelow", "when": "editorTextFocus" },
|
|
{ "key": "alt+meta+down", "command": "editor.action.goToDeclaration" },
|
|
{ "key": "alt+meta+down", "command": "workbench.action.terminal.focusNextPane", "when": "terminalFocus" },
|
|
{ "key": "alt+meta+enter", "command": "editor.action.replaceAll", "when": "editorFocus && findWidgetVisible" },
|
|
{ "key": "alt+meta+enter", "command": "search.action.replaceAll", "when": "replaceActive && searchViewletVisible && !findWidgetVisible" },
|
|
{ "key": "alt+meta+f", "command": "editor.action.startFindReplaceAction" },
|
|
{ "key": "alt+meta+l", "command": "toggleFindInSelection", "when": "editorFocus" },
|
|
{ "key": "alt+meta+left", "command": "workbench.action.previousEditor" },
|
|
{ "key": "alt+meta+left", "command": "workbench.action.terminal.focusPreviousPane", "when": "terminalFocus" },
|
|
{ "key": "alt+meta+pagedown", "command": "workbench.action.terminal.scrollDown", "when": "terminalFocus" },
|
|
{ "key": "alt+meta+pageup", "command": "workbench.action.terminal.scrollUp", "when": "terminalFocus" },
|
|
{ "key": "alt+meta+r", "command": "revealFileInOS", "when": "!editorFocus" },
|
|
{ "key": "alt+meta+r", "command": "toggleFindRegex", "when": "editorFocus" },
|
|
{ "key": "alt+meta+r", "command": "toggleSearchRegex", "when": "searchInputBoxFocus && searchViewletVisible" },
|
|
{ "key": "alt+meta+right", "command": "-workbench.action.nextEditor" },
|
|
{ "key": "alt+meta+right", "command": "workbench.action.terminal.focusNextPane", "when": "terminalFocus" },
|
|
{ "key": "alt+meta+s", "command": "workbench.action.files.saveAll" },
|
|
{ "key": "alt+meta+t", "command": "workbench.action.closeOtherEditors" },
|
|
{ "key": "alt+meta+tab", "command": "workbench.action.showAllEditors" },
|
|
{ "key": "alt+meta+up", "command": "-editor.action.insertCursorAbove", "when": "editorTextFocus" },
|
|
{ "key": "alt+meta+up", "command": "workbench.action.terminal.focusPreviousPane", "when": "terminalFocus" },
|
|
{ "key": "alt+meta+w", "command": "toggleFindWholeWord", "when": "editorFocus" },
|
|
{ "key": "alt+meta+w", "command": "toggleSearchWholeWord", "when": "searchInputBoxFocus && searchViewletVisible" },
|
|
{ "key": "alt+right", "command": "cursorWordEndRight" },
|
|
{ "key": "alt+up", "command": "-editor.action.moveLinesUpAction", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "ctrl+alt+backspace", "command": "-deleteWordPartLeft", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+alt+delete", "command": "-deleteWordPartRight", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+alt+left", "command": "-cursorWordPartStartLeft", "when": "textInputFocus" },
|
|
{ "key": "ctrl+alt+right", "command": "-cursorWordPartRight", "when": "textInputFocus" },
|
|
{ "key": "ctrl+backspace", "command": "-deleteLeft", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+backspace", "command": "deleteWordPartLeft", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+delete", "command": "-deleteRight", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+delete", "command": "deleteWordPartRight", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+f", "command": "actions.find" },
|
|
{ "key": "ctrl+f", "command": "actions.findWithSelection", "when": "editorHasSelection" },
|
|
{ "key": "ctrl+f", "command": "editor.action.extensioneditor.showfind", "when": "extensionEditorWebviewFocus" },
|
|
{ "key": "ctrl+f", "command": "editor.action.webvieweditor.showFind", "when": "webviewEditorFocus" },
|
|
{ "key": "ctrl+f", "command": "keybindings.editor.searchKeybindings", "when": "inKeybindings && keybindingFocus" },
|
|
{ "key": "ctrl+f", "command": "settings.action.search", "when": "inSettingsEditor" },
|
|
{ "key": "ctrl+f", "command": "workbench.action.terminal.focusFindWidget", "when": "terminalFocus" },
|
|
{ "key": "ctrl+g", "command": "-workbench.action.gotoLine" },
|
|
{ "key": "ctrl+k", "command": "-deleteAllRight", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "ctrl+left", "command": "cursorWordPartStartLeft", "when": "textInputFocus" },
|
|
{ "key": "ctrl+meta+1", "command": "-workbench.action.moveEditorToFirstGroup" },
|
|
{ "key": "ctrl+meta+9", "command": "-workbench.action.moveEditorToLastGroup" },
|
|
{ "key": "ctrl+meta+down", "command": "-editor.action.moveLinesDownAction", "when": "editorTextFocus" },
|
|
{ "key": "ctrl+meta+down", "command": "workbench.action.terminal.resizePaneDown", "when": "terminalFocus" },
|
|
{ "key": "ctrl+meta+f", "command": "workbench.action.toggleFullScreen" },
|
|
{ "key": "ctrl+meta+g", "command": "-editor.action.selectHighlights", "when": "editorFocus" },
|
|
{ "key": "ctrl+meta+left", "command": "-workbench.action.moveEditorToPreviousGroup" },
|
|
{ "key": "ctrl+meta+left", "command": "workbench.action.terminal.resizePaneLeft", "when": "terminalFocus" },
|
|
{ "key": "ctrl+meta+right", "command": "-workbench.action.moveEditorToNextGroup" },
|
|
{ "key": "ctrl+meta+right", "command": "workbench.action.terminal.resizePaneRight", "when": "terminalFocus" },
|
|
{ "key": "ctrl+meta+up", "command": "-editor.action.moveLinesUpAction", "when": "editorTextFocus" },
|
|
{ "key": "ctrl+meta+up", "command": "workbench.action.terminal.resizePaneUp", "when": "terminalFocus" },
|
|
{ "key": "ctrl+meta+w", "command": "workbench.action.toggleTabsVisibility" },
|
|
{ "key": "ctrl+right", "command": "cursorWordPartRight", "when": "textInputFocus" },
|
|
{ "key": "ctrl+shift+alt+left", "command": "-cursorWordPartStartLeftSelect", "when": "textInputFocus" },
|
|
{ "key": "ctrl+shift+alt+right", "command": "-cursorWordPartRightSelect", "when": "textInputFocus" },
|
|
{ "key": "ctrl+shift+down", "command": "-editor.action.insertCursorBelow", "when": "editorTextFocus" },
|
|
{ "key": "ctrl+shift+k", "command": "-editor.action.deleteLines", "when": "editorFocus" },
|
|
{ "key": "ctrl+shift+left", "command": "cursorWordPartStartLeftSelect", "when": "textInputFocus" },
|
|
{ "key": "ctrl+shift+meta+f", "command": "workbench.action.toggleZenMode" },
|
|
{ "key": "ctrl+shift+right", "command": "cursorWordPartRightSelect", "when": "textInputFocus" },
|
|
{ "key": "ctrl+shift+tab", "command": "-workbench.action.openPreviousRecentlyUsedEditorInGroup" },
|
|
{ "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" },
|
|
{ "key": "ctrl+shift+up", "command": "-editor.action.insertCursorAbove", "when": "editorTextFocus" },
|
|
{ "key": "ctrl+t", "command": "workbench.action.files.newUntitledFile" },
|
|
{ "key": "ctrl+tab", "command": "-workbench.action.openNextRecentlyUsedEditorInGroup" },
|
|
{ "key": "ctrl+tab", "command": "-workbench.action.quickOpenNavigateNextInEditorPicker", "when": "inEditorsPicker && inQuickOpen" },
|
|
{ "key": "ctrl+tab", "command": "workbench.action.nextEditor" },
|
|
{ "key": "meta+-", "command": "workbench.action.zoomOut" },
|
|
{ "key": "meta+, ", "command": "workbench.action.openSettings" },
|
|
{ "key": "meta+.", "command": "editor.action.quickFix", "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+.", "command": "settings.action.editFocusedSetting", "when": "inSettingsSearch" },
|
|
{ "key": "meta+[", "command": "editor.action.outdentLines", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+]", "command": "editor.action.indentLines", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+/", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+\\", "command": "workbench.action.splitEditor" },
|
|
{ "key": "meta+\\", "command": "workbench.action.terminal.split", "when": "terminalFocus" },
|
|
{ "key": "meta+=", "command": "workbench.action.zoomIn" },
|
|
{ "key": "meta+0", "command": "workbench.action.focusSideBar" },
|
|
{ "key": "meta+1", "command": "workbench.action.focusFirstEditorGroup" },
|
|
{ "key": "meta+1", "command": "workbench.action.openEditorAtIndex1" },
|
|
{ "key": "meta+2", "command": "workbench.action.focusSecondEditorGroup" },
|
|
{ "key": "meta+2", "command": "workbench.action.openEditorAtIndex2" },
|
|
{ "key": "meta+3", "command": "workbench.action.focusThirdEditorGroup" },
|
|
{ "key": "meta+3", "command": "workbench.action.openEditorAtIndex3" },
|
|
{ "key": "meta+4", "command": "workbench.action.focusFourthEditorGroup" },
|
|
{ "key": "meta+4", "command": "workbench.action.openEditorAtIndex4" },
|
|
{ "key": "meta+5", "command": "workbench.action.focusFifthEditorGroup" },
|
|
{ "key": "meta+5", "command": "workbench.action.openEditorAtIndex5" },
|
|
{ "key": "meta+6", "command": "workbench.action.focusSixthEditorGroup" },
|
|
{ "key": "meta+6", "command": "workbench.action.openEditorAtIndex6" },
|
|
{ "key": "meta+7", "command": "workbench.action.focusSeventhEditorGroup" },
|
|
{ "key": "meta+7", "command": "workbench.action.openEditorAtIndex7" },
|
|
{ "key": "meta+8", "command": "workbench.action.focusEighthEditorGroup" },
|
|
{ "key": "meta+8", "command": "workbench.action.openEditorAtIndex8" },
|
|
{ "key": "meta+9", "command": "workbench.action.lastEditorInGroup" },
|
|
{ "key": "meta+9", "command": "workbench.action.openEditorAtIndex9" },
|
|
{ "key": "meta+a", "command": "editor.action.webvieweditor.selectAll", "when": "webviewEditorFocus" },
|
|
{ "key": "meta+a", "command": "editor.action.selectAll", "when": "editorFocus" },
|
|
{ "key": "meta+a", "command": "list.selectAll", "when": "listFocus && listSupportsMultiselect && !inputFocus" },
|
|
{ "key": "meta+a", "command": "workbench.action.terminal.selectAll", "when": "terminalFocus" },
|
|
{ "key": "meta+b", "command": "workbench.action.toggleSidebarVisibility" },
|
|
{ "key": "meta+backspace", "command": "debug.removeBreakpoint", "when": "breakpointsFocused && !breakpointSelected" },
|
|
{ "key": "meta+backspace", "command": "debug.removeWatchExpression", "when": "watchExpressionsFocused && !expressionSelected" },
|
|
{ "key": "meta+backspace", "command": "deleteAllLeft", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "meta+backspace", "command": "moveFileToTrash", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" },
|
|
{ "key": "meta+backspace", "command": "notification.clear", "when": "notificationFocus" },
|
|
{ "key": "meta+backspace", "command": "search.action.remove", "when": "fileMatchOrMatchFocus && searchViewletVisible" },
|
|
{ "key": "meta+c", "command": "editor.action.clipboardCopyAction", "when": "textInputFocus" },
|
|
{ "key": "meta+c", "command": "filesExplorer.copy", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus" },
|
|
{ "key": "meta+c", "command": "keybindings.editor.copyKeybindingEntry", "when": "inKeybindings && keybindingFocus" },
|
|
{ "key": "meta+c", "command": "problems.action.copy", "when": "problemFocus" },
|
|
{ "key": "meta+c", "command": "search.action.copyMatch", "when": "fileMatchOrMatchFocus" },
|
|
{ "key": "meta+c", "command": "workbench.action.terminal.copySelection", "when": "terminalFocus && terminalTextSelected" },
|
|
{ "key": "meta+d", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorFocus" },
|
|
{ "key": "meta+delete", "command": "deleteAllRight", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "meta+down", "command": "cursorBottom", "when": "textInputFocus" },
|
|
{ "key": "meta+down", "command": "list.select", "when": "listFocus && !inputFocus" },
|
|
{ "key": "meta+down", "command": "search.focus.nextInputBox", "when": "inputBoxFocus && searchViewletVisible" },
|
|
{ "key": "meta+down", "command": "selectNextSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" },
|
|
{ "key": "meta+down", "command": "workbench.action.terminal.scrollToNextCommand", "when": "terminalFocus" },
|
|
{ "key": "meta+e", "command": "actions.findWithSelection" },
|
|
{ "key": "meta+end", "command": "workbench.action.terminal.scrollToBottom", "when": "terminalFocus" },
|
|
{ "key": "meta+enter", "command": "debug.openBreakpointToSide", "when": "breakpointsFocused" },
|
|
{ "key": "meta+enter", "command": "editor.action.insertLineAfter", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+f", "command": "actions.find" },
|
|
{ "key": "meta+f", "command": "actions.findWithSelection", "when": "editorHasSelection" },
|
|
{ "key": "meta+f", "command": "editor.action.extensioneditor.showfind", "when": "extensionEditorWebviewFocus" },
|
|
{ "key": "meta+f", "command": "editor.action.webvieweditor.showFind", "when": "webviewEditorFocus" },
|
|
{ "key": "meta+f", "command": "keybindings.editor.searchKeybindings", "when": "inKeybindings && keybindingFocus" },
|
|
{ "key": "meta+f", "command": "settings.action.search", "when": "inSettingsEditor" },
|
|
{ "key": "meta+f", "command": "workbench.action.terminal.focusFindWidget", "when": "terminalFocus" },
|
|
{ "key": "meta+f2", "command": "editor.action.changeAll", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+f3", "command": "editor.action.nextSelectionMatchFindAction", "when": "editorFocus" },
|
|
{ "key": "meta+f4", "command": "extension.node-debug.pickLoadedScript", "when": "debugType == 'node'" },
|
|
{ "key": "meta+f4", "command": "extension.node-debug.pickLoadedScript", "when": "debugType == 'node2'" },
|
|
{ "key": "meta+g", "command": "-editor.action.nextMatchFindAction", "when": "editorFocus" },
|
|
{ "key": "meta+g", "command": "-editor.action.nextMatchFindAction", "when": "editorTextFocus" },
|
|
{ "key": "meta+g", "command": "workbench.action.gotoLine" },
|
|
{ "key": "meta+home", "command": "workbench.action.terminal.scrollToTop", "when": "terminalFocus" },
|
|
{ "key": "meta+j", "command": "editor.action.joinLines", "when": "editorTextFocus" },
|
|
{ "key": "meta+j", "command": "workbench.action.togglePanel" },
|
|
{ "key": "meta+k a", "command": "workbench.action.showErrorsWarnings" },
|
|
{ "key": "meta+k c", "command": "workbench.files.action.compareWithClipboard" },
|
|
{ "key": "meta+k d", "command": "workbench.files.action.compareWithSaved" },
|
|
{ "key": "meta+k down", "command": "workbench.action.moveActiveEditorGroupDown" },
|
|
{ "key": "meta+k e", "command": "workbench.files.action.focusOpenEditorsView" },
|
|
{ "key": "meta+k enter", "command": "workbench.action.keepEditor" },
|
|
{ "key": "meta+k f", "command": "workbench.action.closeFolder" },
|
|
{ "key": "meta+k left", "command": "workbench.action.moveActiveEditorGroupLeft" },
|
|
{ "key": "meta+k m", "command": "workbench.action.editor.changeLanguageMode" },
|
|
{ "key": "meta+k meta+[", "command": "editor.foldRecursively", "when": "editorTextFocus" },
|
|
{ "key": "meta+k meta+]", "command": "editor.unfoldRecursively", "when": "editorTextFocus" },
|
|
{ "key": "meta+k meta+\\", "command": "workbench.action.splitEditorOrthogonal" },
|
|
{ "key": "meta+k meta+0", "command": "editor.unfoldAll", "when": "editorFocus" },
|
|
{ "key": "meta+k meta+b", "command": "workbench.action.toggleSidebarVisibility" },
|
|
{ "key": "meta+k meta+backspace", "command": "keybindings.editor.removeKeybinding", "when": "inKeybindings && keybindingFocus" },
|
|
{ "key": "meta+k meta+down", "command": "workbench.action.closeActiveEditor" },
|
|
{ "key": "meta+k meta+down", "command": "workbench.action.focusBelowGroup" },
|
|
{ "key": "meta+k meta+j", "command": "editor.unfoldAll", "when": "editorTextFocus" },
|
|
{ "key": "meta+k meta+k", "command": "-deleteAllRight", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "meta+k meta+k", "command": "keybindings.editor.defineKeybinding", "when": "inKeybindings && keybindingFocus" },
|
|
{ "key": "meta+k meta+l", "command": "editor.action.transformToLowercase", "when": "editorTextFocus" },
|
|
{ "key": "meta+k meta+left", "command": "workbench.action.focusLeftGroup" },
|
|
{ "key": "meta+k meta+m", "command": "workbench.extensions.action.showRecommendedKeymapExtensions" },
|
|
{ "key": "meta+k meta+r", "command": "workbench.action.keybindingsReference" },
|
|
{ "key": "meta+k meta+right", "command": "workbench.action.focusRightGroup" },
|
|
{ "key": "meta+k meta+s", "command": "workbench.action.openGlobalKeybindings" },
|
|
{ "key": "meta+k meta+t", "command": "workbench.action.selectTheme" },
|
|
{ "key": "meta+k meta+u", "command": "editor.action.transformToUppercase", "when": "editorTextFocus" },
|
|
{ "key": "meta+k meta+up", "command": "workbench.action.focusAboveGroup" },
|
|
{ "key": "meta+k meta+up", "command": "workbench.action.splitEditor" },
|
|
{ "key": "meta+k meta+w", "command": "workbench.action.closeAllEditors" },
|
|
{ "key": "meta+k n", "command": "editor.action.marker.next", "when": "editorFocus" },
|
|
{ "key": "meta+k o", "command": "workbench.action.files.showOpenedFileInNewWindow" },
|
|
{ "key": "meta+k p", "command": "editor.action.marker.prev", "when": "editorFocus" },
|
|
{ "key": "meta+k p", "command": "workbench.action.files.copyPathOfActiveFile" },
|
|
{ "key": "meta+k r", "command": "workbench.action.files.revealActiveFileInWindows" },
|
|
{ "key": "meta+k right", "command": "workbench.action.moveActiveEditorGroupRight" },
|
|
{ "key": "meta+k shift+meta+left", "command": "-workbench.action.moveEditorLeftInGroup" },
|
|
{ "key": "meta+k shift+meta+right", "command": "-workbench.action.moveEditorRightInGroup" },
|
|
{ "key": "meta+k shift+meta+w", "command": "workbench.action.closeAllGroups" },
|
|
{ "key": "meta+k u", "command": "workbench.action.closeUnmodifiedEditors" },
|
|
{ "key": "meta+k up", "command": "workbench.action.moveActiveEditorGroupUp" },
|
|
{ "key": "meta+k v", "command": "markdown.showPreviewToSide", "when": "editorLangId == 'markdown'" },
|
|
{ "key": "meta+k w", "command": "workbench.action.closeEditorsInGroup" },
|
|
{ "key": "meta+k z", "command": "workbench.action.toggleZenMode" },
|
|
{ "key": "meta+k", "command": "workbench.action.terminal.clear", "when": "terminalFocus" },
|
|
{ "key": "meta+l", "command": "expandLineSelection", "when": "editorFocus" },
|
|
{ "key": "meta+left", "command": "cursorHome", "when": "textInputFocus" },
|
|
{ "key": "meta+left", "command": "workbench.action.terminal.moveToLineStart", "when": "terminalFocus" },
|
|
{ "key": "meta+n", "command": "workbench.action.files.newUntitledFile" },
|
|
{ "key": "meta+numpad_add", "command": "workbench.action.zoomIn" },
|
|
{ "key": "meta+numpad_subtract", "command": "workbench.action.zoomOut" },
|
|
{ "key": "meta+numpad0", "command": "workbench.action.zoomReset" },
|
|
{ "key": "meta+o", "command": "workbench.action.files.openFileFolder" },
|
|
{ "key": "meta+p", "command": "workbench.action.quickOpen" },
|
|
{ "key": "meta+p", "command": "workbench.action.quickOpenNavigateNextInFilePicker", "when": "inFilesPicker && inQuickOpen" },
|
|
{ "key": "meta+p", "command": "workbench.action.quickOpenPreviousEditor" },
|
|
{ "key": "meta+pagedown", "command": "scrollPageDown", "when": "textInputFocus" },
|
|
{ "key": "meta+pagedown", "command": "selectNextPageSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" },
|
|
{ "key": "meta+pageup", "command": "scrollPageUp", "when": "textInputFocus" },
|
|
{ "key": "meta+pageup", "command": "selectPrevPageSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" },
|
|
{ "key": "meta+q", "command": "workbench.action.quit" },
|
|
{ "key": "meta+r", "command": "workbench.action.gotoSymbol" },
|
|
{ "key": "meta+right", "command": "cursorEnd", "when": "textInputFocus" },
|
|
{ "key": "meta+right", "command": "workbench.action.terminal.moveToLineEnd", "when": "terminalFocus" },
|
|
{ "key": "meta+s", "command": "workbench.action.files.save" },
|
|
{ "key": "meta+t", "command": "workbench.action.files.newUntitledFile" },
|
|
{ "key": "meta+t", "command": "workbench.action.quickOpen" },
|
|
{ "key": "meta+t", "command": "workbench.action.showAllSymbols" },
|
|
{ "key": "meta+up", "command": "cursorTop", "when": "textInputFocus" },
|
|
{ "key": "meta+up", "command": "list.collapse", "when": "listFocus && !inputFocus" },
|
|
{ "key": "meta+up", "command": "search.action.focusSearchFromResults", "when": "firstMatchFocus && searchViewletVisible" },
|
|
{ "key": "meta+up", "command": "search.focus.previousInputBox", "when": "inputBoxFocus && searchViewletVisible && !searchInputBoxFocus" },
|
|
{ "key": "meta+up", "command": "selectPrevSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" },
|
|
{ "key": "meta+up", "command": "workbench.action.terminal.scrollToPreviousCommand", "when": "terminalFocus" },
|
|
{ "key": "meta+v", "command": "editor.action.clipboardPasteAction", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "meta+v", "command": "filesExplorer.paste", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus" },
|
|
{ "key": "meta+w", "command": "workbench.action.closeActiveEditor" },
|
|
{ "key": "meta+w", "command": "workbench.action.closeGroup", "when": "activeEditorGroupEmpty && multipleEditorGroups" },
|
|
{ "key": "meta+w", "command": "workbench.action.closeWindow", "when": "!editorIsOpen && !multipleEditorGroups" },
|
|
{ "key": "meta+x", "command": "editor.action.clipboardCutAction", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "meta+z", "command": "undo", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "shift+alt+down", "command": "-editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "shift+alt+i", "command": "-editor.action.insertCursorAtEndOfEachLineSelected", "when": "editorTextFocus" },
|
|
{ "key": "shift+alt+left", "command": "cursorWordStartLeftSelect", "when": "textInputFocus" },
|
|
{ "key": "shift+alt+right", "command": "cursorWordEndRightSelect", "when": "textInputFocus" },
|
|
{ "key": "shift+alt+up", "command": "-editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "shift+meta+-", "command": "workbench.action.zoomOut" },
|
|
{ "key": "shift+meta+, ", "command": "editor.action.inPlaceReplace.up", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "shift+meta+.", "command": "editor.action.inPlaceReplace.down", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "shift+meta+[", "command": "workbench.action.previousEditor" },
|
|
{ "key": "shift+meta+]", "command": "workbench.action.nextEditor" },
|
|
{ "key": "shift+meta+\\", "command": "editor.action.jumpToBracket", "when": "editorTextFocus" },
|
|
{ "key": "shift+meta+=", "command": "workbench.action.zoomIn" },
|
|
{ "key": "shift+meta+b", "command": "workbench.action.tasks.build" },
|
|
{ "key": "shift+meta+c", "command": "workbench.action.terminal.openNativeConsole", "when": "!terminalFocus" },
|
|
{ "key": "shift+meta+d", "command": "-editor.action.copyLinesDownAction", "when": "editorFocus" },
|
|
{ "key": "shift+meta+d", "command": "workbench.view.debug" },
|
|
{ "key": "shift+meta+down", "command": "cursorBottomSelect", "when": "textInputFocus" },
|
|
{ "key": "shift+meta+down", "command": "workbench.action.terminal.selectToNextCommand", "when": "terminalFocus" },
|
|
{ "key": "shift+meta+e", "command": "workbench.view.explorer" },
|
|
{ "key": "shift+meta+enter", "command": "editor.action.insertLineBefore", "when": "editorTextFocus && !editorReadonly" },
|
|
{ "key": "shift+meta+enter", "command": "search.action.replaceAllInFile", "when": "fileMatchFocus && replaceActive && searchViewletVisible" },
|
|
{ "key": "shift+meta+enter", "command": "search.action.replaceAllInFolder", "when": "folderMatchFocus && replaceActive && searchViewletVisible" },
|
|
{ "key": "shift+meta+f", "command": "workbench.action.findInFiles" },
|
|
{ "key": "shift+meta+f", "command": "workbench.view.search", "when": "!searchViewletVisible" },
|
|
{ "key": "shift+meta+f12", "command": "editor.action.peekImplementation", "when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor" },
|
|
{ "key": "shift+meta+f3", "command": "editor.action.previousSelectionMatchFindAction", "when": "editorFocus" },
|
|
{ "key": "shift+meta+f5", "command": "workbench.action.debug.restart", "when": "inDebugMode" },
|
|
{ "key": "shift+meta+g", "command": "-editor.action.previousMatchFindAction", "when": "editorFocus" },
|
|
{ "key": "shift+meta+h", "command": "workbench.action.replaceInFiles" },
|
|
{ "key": "shift+meta+j", "command": "workbench.action.search.toggleQueryDetails", "when": "searchViewletVisible" },
|
|
{ "key": "shift+meta+k", "command": "-editor.action.deleteLines", "when": "textInputFocus && !editorReadonly" },
|
|
{ "key": "shift+meta+l", "command": "editor.action.insertCursorAtEndOfEachLineSelected", "when": "editorTextFocus" },
|
|
{ "key": "shift+meta+left", "command": "cursorHomeSelect", "when": "textInputFocus" },
|
|
{ "key": "shift+meta+m", "command": "workbench.actions.view.problems" },
|
|
{ "key": "shift+meta+n", "command": "workbench.action.newWindow" },
|
|
{ "key": "shift+meta+o", "command": "workbench.action.gotoSymbol" },
|
|
{ "key": "shift+meta+p", "command": "workbench.action.quickOpenNavigatePreviousInFilePicker", "when": "inFilesPicker && inQuickOpen" },
|
|
{ "key": "shift+meta+p", "command": "workbench.action.showCommands" },
|
|
{ "key": "shift+meta+r", "command": "workbench.action.showAllSymbols" },
|
|
{ "key": "shift+meta+right", "command": "cursorEndSelect", "when": "textInputFocus" },
|
|
{ "key": "shift+meta+s", "command": "workbench.action.files.saveAs" },
|
|
{ "key": "shift+meta+space", "command": "editor.action.smartSelect.grow", "when": "editorTextFocus" },
|
|
{ "key": "shift+meta+space", "command": "editor.action.triggerParameterHints", "when": "editorHasSignatureHelpProvider && editorTextFocus" },
|
|
{ "key": "shift+meta+t", "command": "workbench.action.reopenClosedEditor" },
|
|
{ "key": "shift+meta+u", "command": "workbench.action.output.toggleOutput" },
|
|
{ "key": "shift+meta+up", "command": "cursorTopSelect", "when": "textInputFocus" },
|
|
{ "key": "shift+meta+up", "command": "workbench.action.terminal.selectToPreviousCommand", "when": "terminalFocus" },
|
|
{ "key": "shift+meta+v", "command": "markdown.showPreview", "when": "editorLangId == 'markdown'" },
|
|
{ "key": "shift+meta+w", "command": "workbench.action.closeWindow" },
|
|
{ "key": "shift+meta+x", "command": "workbench.view.extensions" },
|
|
{ "key": "shift+meta+y", "command": "workbench.debug.action.toggleRepl" },
|
|
{ "key": "shift+meta+z", "command": "redo", "when": "textInputFocus && !editorReadonly" },
|
|
]
|