Skip to content

Commit

Permalink
Update 1.84 Windows keybinding for new toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Oct 28, 2023
1 parent 612eeb5 commit 6f2d1cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/keybindings/doc.keybindings.win.json
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,6 @@
{ "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 @@ -1325,11 +1323,11 @@
{ "key": "shift+alt+0", "command": "workbench.action.toggleEditorGroupLayout" },
{ "key": "f11", "command": "workbench.action.toggleFullScreen",
"when": "!isIOS" },
{ "key": "ctrl+k ctrl+m", "command": "workbench.action.toggleMaximizeEditorGroup",
"when": "maximizedEditorGroup || multipleEditorGroups" },
{ "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 6f2d1cb

Please sign in to comment.