Skip to content

Commit

Permalink
Update 1.84 Windows keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Oct 25, 2023
1 parent b4c3282 commit 2303aa0
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions build/keybindings/doc.keybindings.win.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
"when": "inChatInput && textInputFocus" },
{ "key": "ctrl+up", "command": "chat.action.focus",
"when": "inChatInput && textInputFocus" },
{ "key": "ctrl+enter", "command": "chat.action.submitSecondaryAgent",
"when": "inChatInput && textInputFocus" },
{ "key": "shift+escape", "command": "closeBreakpointWidget",
"when": "breakpointWidgetVisible && textInputFocus" },
{ "key": "escape", "command": "closeBreakpointWidget",
Expand Down Expand Up @@ -485,7 +487,7 @@
"when": "inWelcome && activeEditor == 'gettingStartedPage'" },
{ "key": "ctrl+k ctrl+alt+c", "command": "workbench.action.addComment" },
{ "key": "ctrl+alt+enter", "command": "workbench.action.chat.runInTerminal",
"when": "hasChatProvider && inChat" },
"when": "hasChatProvider && inChat && !accessibilityModeEnabled" },
{ "key": "alt+f5", "command": "workbench.action.editor.nextChange",
"when": "editorTextFocus && !textCompareEditorActive" },
{ "key": "shift+alt+f5", "command": "workbench.action.editor.previousChange",
Expand Down Expand Up @@ -861,8 +863,12 @@
"when": "config.notebook.navigation.allowNavigateToSurroundingCells && notebookCursorNavigationMode && notebookEditorFocused && !accessibilityModeEnabled && !isEmbeddedDiffEditor && !notebookCellMarkdownEditMode && notebookCellType == 'markup'" },
{ "key": "ctrl+down", "command": "notebook.focusNextEditor",
"when": "notebookEditorFocused && notebookOutputFocused" },
{ "key": "ctrl+alt+pagedown", "command": "notebook.focusNextEditor",
"when": "notebookEditorFocused" },
{ "key": "up", "command": "notebook.focusPreviousEditor",
"when": "config.notebook.navigation.allowNavigateToSurroundingCells && notebookCursorNavigationMode && notebookEditorFocused && !accessibilityModeEnabled && !isEmbeddedDiffEditor && !notebookCellMarkdownEditMode && notebookCellType == 'markup'" },
{ "key": "ctrl+alt+pageup", "command": "notebook.focusPreviousEditor",
"when": "notebookEditorFocused && !accessibilityModeEnabled" },
{ "key": "ctrl+home", "command": "notebook.focusTop",
"when": "notebookEditorFocused && !inputFocus" },
{ "key": "left", "command": "notebook.fold",
Expand All @@ -878,7 +884,7 @@
{ "key": "ctrl+shift+]", "command": "notebook.unfold",
"when": "notebookEditorFocused && !inputFocus && activeEditor == 'workbench.editor.notebook'" },
{ "key": "ctrl+shift+a", "command": "notification.acceptPrimaryAction",
"when": "notificationToastsVisible" },
"when": "notificationFocus" },
{ "key": "delete", "command": "notification.clear",
"when": "notificationFocus" },
{ "key": "left", "command": "notification.collapse",
Expand Down Expand Up @@ -1033,18 +1039,22 @@
"when": "hasChatProvider && inChat" },
{ "key": "ctrl+down", "command": "workbench.action.chat.focusInput",
"when": "inChat && !editorFocus" },
{ "key": "f9", "command": "workbench.action.chat.nextCodeBlock",
{ "key": "ctrl+enter", "command": "workbench.action.chat.insertCodeBlock",
"when": "accessibilityModeEnabled && hasChatProvider && inChat" },
{ "key": "ctrl+alt+pagedown", "command": "workbench.action.chat.nextCodeBlock",
"when": "hasChatProvider && inChat" },
{ "key": "ctrl+f9", "command": "workbench.action.chat.nextFileTree",
"when": "hasChatProvider && inChat" },
{ "key": "ctrl+alt+i", "command": "workbench.action.chat.open",
"when": "hasChatProvider" },
{ "key": "shift+f9", "command": "workbench.action.chat.previousCodeBlock",
{ "key": "ctrl+alt+pageup", "command": "workbench.action.chat.previousCodeBlock",
"when": "hasChatProvider && inChat" },
{ "key": "ctrl+shift+f9", "command": "workbench.action.chat.previousFileTree",
"when": "hasChatProvider && inChat" },
{ "key": "delete", "command": "workbench.action.chat.remove",
"when": "inChat && !inChatInput" },
{ "key": "ctrl+/", "command": "workbench.action.chat.runInTerminal",
"when": "accessibilityModeEnabled && hasChatProvider && inChat" },
{ "key": "ctrl+f4", "command": "workbench.action.closeActiveEditor" },
{ "key": "ctrl+w", "command": "workbench.action.closeActiveEditor" },
{ "key": "ctrl+k ctrl+w", "command": "workbench.action.closeAllEditors" },
Expand Down Expand Up @@ -1126,7 +1136,8 @@
{ "key": "ctrl+6", "command": "workbench.action.focusSixthEditorGroup" },
{ "key": "ctrl+3", "command": "workbench.action.focusThirdEditorGroup" },
{ "key": "ctrl+g", "command": "workbench.action.gotoLine" },
{ "key": "ctrl+shift+o", "command": "workbench.action.gotoSymbol" },
{ "key": "ctrl+shift+o", "command": "workbench.action.gotoSymbol",
"when": "!accessibilityHelpIsShown && !accessibleViewIsShown" },
{ "key": "down", "command": "workbench.action.interactivePlayground.arrowDown",
"when": "interactivePlaygroundFocus && !editorTextFocus" },
{ "key": "up", "command": "workbench.action.interactivePlayground.arrowUp",
Expand All @@ -1141,6 +1152,8 @@
{ "key": "ctrl+k ctrl+r", "command": "workbench.action.keybindingsReference" },
{ "key": "ctrl+9", "command": "workbench.action.lastEditorInGroup" },
{ "key": "alt+0", "command": "workbench.action.lastEditorInGroup" },
{ "key": "ctrl+k ctrl+m", "command": "workbench.action.maximizeEditorGroup",
"when": "multipleEditorGroups && !maximizedEditorGroup" },
{ "key": "ctrl+k down", "command": "workbench.action.moveActiveEditorGroupDown" },
{ "key": "ctrl+k left", "command": "workbench.action.moveActiveEditorGroupLeft" },
{ "key": "ctrl+k right", "command": "workbench.action.moveActiveEditorGroupRight" },
Expand Down Expand Up @@ -1315,6 +1328,8 @@
{ "key": "ctrl+j", "command": "workbench.action.togglePanel" },
{ "key": "ctrl+b", "command": "workbench.action.toggleSidebarVisibility" },
{ "key": "ctrl+k z", "command": "workbench.action.toggleZenMode" },
{ "key": "ctrl+k ctrl+m", "command": "workbench.action.unmaximizeEditorGroup",
"when": "maximizedEditorGroup" },
{ "key": "ctrl+k shift+enter", "command": "workbench.action.unpinEditor",
"when": "activeEditorIsPinned" },
{ "key": "ctrl+numpad_add", "command": "workbench.action.zoomIn" },
Expand Down

0 comments on commit 2303aa0

Please sign in to comment.