Skip to content

Commit

Permalink
Update 1.39 Linux keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Oct 1, 2019
1 parent 672b0ce commit a1d6c52
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions build/keybindings/doc.keybindings.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
"when": "textInputFocus" },
{ "key": "shift+tab", "command": "outdent",
"when": "editorTextFocus && !editorReadonly && !editorTabMovesFocus" },
{ "key": "ctrl+c", "command": "problems.action.copy",
"when": "problemFocus" },
{ "key": "ctrl+f", "command": "problems.action.focusFilter",
"when": "problemsViewFocus" },
{ "key": "ctrl+down", "command": "problems.action.focusProblemsFromFilter",
"when": "problemsFilterFocus" },
{ "key": "ctrl+shift+z", "command": "redo",
"when": "textInputFocus && !editorReadonly" },
{ "key": "ctrl+y", "command": "redo",
Expand Down Expand Up @@ -198,10 +192,10 @@
"when": "editorTextFocus && !editorReadonly" },
{ "key": "ctrl+k ctrl+d", "command": "editor.action.moveSelectionToNextFindMatch",
"when": "editorFocus" },
{ "key": "enter", "command": "editor.action.nextMatchFindAction",
"when": "editorFocus && findInputFocussed" },
{ "key": "f3", "command": "editor.action.nextMatchFindAction",
"when": "editorFocus" },
{ "key": "enter", "command": "editor.action.nextMatchFindAction",
"when": "editorFocus && findInputFocussed" },
{ "key": "ctrl+f3", "command": "editor.action.nextSelectionMatchFindAction",
"when": "editorFocus" },
{ "key": "shift+alt+o", "command": "editor.action.organizeImports",
Expand Down Expand Up @@ -303,6 +297,8 @@
"when": "hasSymbols && config.editor.gotoLocation.multiple == 'goto'" },
{ "key": "escape", "command": "editor.gotoNextSymbolFromResult.cancel",
"when": "hasSymbols" },
{ "key": "ctrl+k ctrl+k", "command": "editor.toggleFold",
"when": "editorTextFocus && foldingEnabled" },
{ "key": "ctrl+shift+]", "command": "editor.unfold",
"when": "editorTextFocus && foldingEnabled" },
{ "key": "ctrl+k ctrl+j", "command": "editor.unfoldAll",
Expand Down Expand Up @@ -343,10 +339,10 @@
"when": "commentEditorFocused" },
{ "key": "ctrl+enter", "command": "workbench.action.submitComment",
"when": "commentEditorFocused" },
{ "key": "ctrl+shift+left", "command": "cursorWordAccessibilityLeftSelect",
"when": "accessibilityModeEnabled && textInputFocus" },
{ "key": "ctrl+left", "command": "cursorWordAccessibilityLeft",
"when": "accessibilityModeEnabled && textInputFocus" },
{ "key": "ctrl+shift+left", "command": "cursorWordAccessibilityLeftSelect",
"when": "accessibilityModeEnabled && textInputFocus" },
{ "key": "ctrl+right", "command": "cursorWordAccessibilityRight",
"when": "accessibilityModeEnabled && textInputFocus" },
{ "key": "ctrl+shift+right", "command": "cursorWordAccessibilityRightSelect",
Expand Down Expand Up @@ -577,6 +573,12 @@
"when": "notificationFocus && notificationToastsVisible" },
{ "key": "up", "command": "notifications.focusPreviousToast",
"when": "notificationFocus && notificationToastsVisible" },
{ "key": "ctrl+c", "command": "problems.action.copy",
"when": "problemFocus" },
{ "key": "ctrl+f", "command": "problems.action.focusFilter",
"when": "problemsViewFocus" },
{ "key": "ctrl+down", "command": "problems.action.focusProblemsFromFilter",
"when": "problemsFilterFocus" },
{ "key": "ctrl+enter", "command": "problems.action.openToSide",
"when": "problemFocus" },
{ "key": "ctrl+.", "command": "problems.action.showQuickFixes",
Expand All @@ -590,7 +592,7 @@
{ "key": "ctrl+c", "command": "search.action.copyMatch",
"when": "fileMatchOrMatchFocus" },
{ "key": "ctrl+alt+c", "command": "search.action.copyPath",
"when": "fileMatchOrFolderMatchFocus" },
"when": "fileMatchOrFolderMatchWithResourceFocus" },
{ "key": "f4", "command": "search.action.focusNextSearchResult",
"when": "hasSearchResult" },
{ "key": "shift+f4", "command": "search.action.focusPreviousSearchResult",
Expand Down Expand Up @@ -633,7 +635,8 @@
{ "key": "ctrl+k ctrl+w", "command": "workbench.action.closeAllEditors" },
{ "key": "ctrl+k ctrl+shift+w", "command": "workbench.action.closeAllGroups" },
{ "key": "ctrl+k w", "command": "workbench.action.closeEditorsInGroup" },
{ "key": "ctrl+k f", "command": "workbench.action.closeFolder" },
{ "key": "ctrl+k f", "command": "workbench.action.closeFolder",
"when": "supportsWorkspaces" },
{ "key": "ctrl+w", "command": "workbench.action.closeGroup",
"when": "activeEditorGroupEmpty && multipleEditorGroups" },
{ "key": "shift+escape", "command": "workbench.action.closeQuickOpen",
Expand All @@ -654,8 +657,7 @@
"when": "debugState == 'running'" },
{ "key": "ctrl+shift+f5", "command": "workbench.action.debug.restart",
"when": "inDebugMode" },
{ "key": "ctrl+f5", "command": "workbench.action.debug.run",
"when": "!inDebugMode" },
{ "key": "ctrl+f5", "command": "workbench.action.debug.run" },
{ "key": "f5", "command": "workbench.action.debug.start",
"when": "!inDebugMode" },
{ "key": "shift+f11", "command": "workbench.action.debug.stepOut",
Expand Down Expand Up @@ -794,14 +796,14 @@
"when": "terminalFindWidgetVisible && terminalFocus" },
{ "key": "escape", "command": "workbench.action.terminal.navigationModeExit",
"when": "accessibilityModeEnabled && terminalA11yTreeFocus" },
{ "key": "ctrl+down", "command": "workbench.action.terminal.navigationModeFocusNext",
"when": "accessibilityModeEnabled && terminalA11yTreeFocus" },
{ "key": "ctrl+down", "command": "workbench.action.terminal.navigationModeFocusNext",
"when": "accessibilityModeEnabled && terminalFocus" },
{ "key": "ctrl+up", "command": "workbench.action.terminal.navigationModeFocusPrevious",
{ "key": "ctrl+down", "command": "workbench.action.terminal.navigationModeFocusNext",
"when": "accessibilityModeEnabled && terminalA11yTreeFocus" },
{ "key": "ctrl+up", "command": "workbench.action.terminal.navigationModeFocusPrevious",
"when": "accessibilityModeEnabled && terminalFocus" },
{ "key": "ctrl+up", "command": "workbench.action.terminal.navigationModeFocusPrevious",
"when": "accessibilityModeEnabled && terminalA11yTreeFocus" },
{ "key": "ctrl+shift+`", "command": "workbench.action.terminal.new" },
{ "key": "ctrl+shift+c", "command": "workbench.action.terminal.openNativeConsole",
"when": "!terminalFocus" },
Expand Down Expand Up @@ -875,10 +877,10 @@
"when": "variablesFocused" },
{ "key": "space", "command": "debug.toggleBreakpoint",
"when": "breakpointsFocused && !inputFocus" },
{ "key": "delete", "command": "deleteFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceMoveableToTrash && !explorerResourceReadonly && !inputFocus" },
{ "key": "shift+delete", "command": "deleteFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" },
{ "key": "delete", "command": "deleteFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceMoveableToTrash && !explorerResourceReadonly && !inputFocus" },
{ "key": "escape", "command": "editor.closeCallHierarchy",
"when": "callHierarchyVisible && !config.editor.stablePeek" },
{ "key": "escape", "command": "filesExplorer.cancelCut",
Expand Down

0 comments on commit a1d6c52

Please sign in to comment.