Skip to content

Commit

Permalink
Update 1.85 macOS keybindings (late change)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Nov 30, 2023
1 parent 7755456 commit d562e5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/keybindings/doc.keybindings.osx.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
{ "key": "cmd+v", "command": "execPaste" },
{ "key": "cmd+l", "command": "expandLineSelection",
"when": "textInputFocus" },
{ "key": "down", "command": "inlineChat.arrowOutDown",
{ "key": "cmd+down", "command": "inlineChat.arrowOutDown",
"when": "inlineChatFocused && inlineChatHasProvider && inlineChatInnerCursorLast && !accessibilityModeEnabled && !isEmbeddedDiffEditor" },
{ "key": "up", "command": "inlineChat.arrowOutUp",
{ "key": "cmd+up", "command": "inlineChat.arrowOutUp",
"when": "inlineChatFocused && inlineChatHasProvider && inlineChatInnerCursorFirst && !accessibilityModeEnabled && !isEmbeddedDiffEditor" },
{ "key": "ctrl+o", "command": "lineBreakInsert",
"when": "textInputFocus && !editorReadonly" },
Expand Down Expand Up @@ -155,13 +155,13 @@
"when": "inlineChatFocused && inlineChatHasProvider && inlineChatVisible && !inlineChatEmpty" },
{ "key": "enter", "command": "notebook.cell.chat.accept",
"when": "inlineChatFocused && notebookCellChatFocused" },
{ "key": "down", "command": "inlineChat.focus",
{ "key": "cmd+down", "command": "inlineChat.focus",
"when": "editorTextFocus && inlineChatVisible && !accessibilityModeEnabled && !inlineChatFocused && !isEmbeddedDiffEditor && inlineChatOuterCursorPosition == 'above'" },
{ "key": "up", "command": "inlineChat.focus",
{ "key": "cmd+up", "command": "inlineChat.focus",
"when": "editorTextFocus && inlineChatVisible && !accessibilityModeEnabled && !inlineChatFocused && !isEmbeddedDiffEditor && inlineChatOuterCursorPosition == 'below'" },
{ "key": "cmd+down", "command": "inlineChat.nextFromHistory",
{ "key": "down", "command": "inlineChat.nextFromHistory",
"when": "inlineChatFocused && inlineChatHasProvider && inlineChatInnerCursorEnd" },
{ "key": "cmd+up", "command": "inlineChat.previousFromHistory",
{ "key": "up", "command": "inlineChat.previousFromHistory",
"when": "inlineChatFocused && inlineChatHasProvider && inlineChatInnerCursorStart" },
{ "key": "f12", "command": "goToNextReference",
"when": "inReferenceSearchEditor || referenceSearchVisible" },
Expand Down Expand Up @@ -820,9 +820,9 @@
{ "key": "alt+=", "command": "increaseSearchEditorContextLines",
"when": "inSearchEditor" },
{ "key": "cmd+k i", "command": "inlineChat.start",
"when": "editorFocus && inlineChatHasProvider && !inlineChatVisible" },
"when": "editorFocus && inlineChatHasProvider" },
{ "key": "cmd+i", "command": "inlineChat.start",
"when": "editorFocus && inlineChatHasProvider && !inlineChatVisible" },
"when": "editorFocus && inlineChatHasProvider" },
{ "key": "cmd+z", "command": "inlineChat.unstash",
"when": "inlineChatHasStashedSession && !editorReadonly" },
{ "key": "down", "command": "interactive.history.next",
Expand Down

0 comments on commit d562e5a

Please sign in to comment.