Skip to content

Commit e285213

Browse files
Greg Van LiewGreg Van Liew
Greg Van Liew
authored and
Greg Van Liew
committed
Update 1.7 macOS keybindings
1 parent 95acf9b commit e285213

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/keybindings/doc.keybindings.osx.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@
248248
"when": "editorTextFocus" },
249249
{ "key": "shift+cmd+space", "command": "editor.action.triggerParameterHints",
250250
"when": "editorHasSignatureHelpProvider && editorTextFocus" },
251+
{ "key": "cmd+c", "command": "problems.action.copy",
252+
"when": "problemFocus" },
251253
{ "key": "ctrl+space", "command": "editor.action.triggerSuggest",
252254
"when": "editorHasCompletionItemProvider && editorTextFocus && !editorReadonly" },
253255
{ "key": "cmd+k cmd+x", "command": "editor.action.trimTrailingWhitespace",
@@ -282,8 +284,6 @@
282284
"when": "editorTextFocus" },
283285
{ "key": "tab", "command": "insertSnippet",
284286
"when": "config.editor.tabCompletion && editorTextFocus && hasSnippetCompletions && !editorTabMovesFocus && !inSnippetMode" },
285-
{ "key": "cmd+c", "command": "problems.action.copy",
286-
"when": "problemFocus" },
287287
{ "key": "shift+escape", "command": "closeFindWidget",
288288
"when": "editorFocus && findWidgetVisible" },
289289
{ "key": "escape", "command": "closeFindWidget",
@@ -496,17 +496,16 @@
496496
{ "key": "shift+cmd+p", "command": "workbench.action.showCommands" },
497497
{ "key": "cmd+\\", "command": "workbench.action.splitEditor" },
498498
{ "key": "shift+cmd+b", "command": "workbench.action.tasks.build" },
499-
{ "key": "cmd+-", "command": "workbench.action.zoomOut" },
500499
{ "key": "ctrl+shift+`", "command": "workbench.action.terminal.new" },
501500
{ "key": "shift+cmd+c", "command": "workbench.action.terminal.openNativeConsole",
502501
"when": "!terminalFocus" },
503502
{ "key": "cmd+down", "command": "workbench.action.terminal.scrollDown",
504503
"when": "terminalFocus" },
505504
{ "key": "pagedown", "command": "workbench.action.terminal.scrollDownPage",
506505
"when": "terminalFocus" },
507-
{ "key": "end", "command": "workbench.action.terminal.scrollToBottom",
506+
{ "key": "cmd+end", "command": "workbench.action.terminal.scrollToBottom",
508507
"when": "terminalFocus" },
509-
{ "key": "home", "command": "workbench.action.terminal.scrollToTop",
508+
{ "key": "cmd+home", "command": "workbench.action.terminal.scrollToTop",
510509
"when": "terminalFocus" },
511510
{ "key": "cmd+up", "command": "workbench.action.terminal.scrollUp",
512511
"when": "terminalFocus" },
@@ -520,6 +519,7 @@
520519
{ "key": "shift+cmd+=", "command": "workbench.action.zoomIn" },
521520
{ "key": "cmd+=", "command": "workbench.action.zoomIn" },
522521
{ "key": "shift+cmd+-", "command": "workbench.action.zoomOut" },
522+
{ "key": "cmd+-", "command": "workbench.action.zoomOut" },
523523
{ "key": "shift+cmd+m", "command": "workbench.actions.view.problems" },
524524
{ "key": "shift+cmd+y", "command": "workbench.debug.action.toggleRepl" },
525525
{ "key": "cmd+k e", "command": "workbench.files.action.focusOpenEditorsView" },

0 commit comments

Comments
 (0)