|
248 | 248 | "when": "editorTextFocus" },
|
249 | 249 | { "key": "shift+cmd+space", "command": "editor.action.triggerParameterHints",
|
250 | 250 | "when": "editorHasSignatureHelpProvider && editorTextFocus" },
|
| 251 | +{ "key": "cmd+c", "command": "problems.action.copy", |
| 252 | + "when": "problemFocus" }, |
251 | 253 | { "key": "ctrl+space", "command": "editor.action.triggerSuggest",
|
252 | 254 | "when": "editorHasCompletionItemProvider && editorTextFocus && !editorReadonly" },
|
253 | 255 | { "key": "cmd+k cmd+x", "command": "editor.action.trimTrailingWhitespace",
|
|
282 | 284 | "when": "editorTextFocus" },
|
283 | 285 | { "key": "tab", "command": "insertSnippet",
|
284 | 286 | "when": "config.editor.tabCompletion && editorTextFocus && hasSnippetCompletions && !editorTabMovesFocus && !inSnippetMode" },
|
285 |
| -{ "key": "cmd+c", "command": "problems.action.copy", |
286 |
| - "when": "problemFocus" }, |
287 | 287 | { "key": "shift+escape", "command": "closeFindWidget",
|
288 | 288 | "when": "editorFocus && findWidgetVisible" },
|
289 | 289 | { "key": "escape", "command": "closeFindWidget",
|
|
496 | 496 | { "key": "shift+cmd+p", "command": "workbench.action.showCommands" },
|
497 | 497 | { "key": "cmd+\\", "command": "workbench.action.splitEditor" },
|
498 | 498 | { "key": "shift+cmd+b", "command": "workbench.action.tasks.build" },
|
499 |
| -{ "key": "cmd+-", "command": "workbench.action.zoomOut" }, |
500 | 499 | { "key": "ctrl+shift+`", "command": "workbench.action.terminal.new" },
|
501 | 500 | { "key": "shift+cmd+c", "command": "workbench.action.terminal.openNativeConsole",
|
502 | 501 | "when": "!terminalFocus" },
|
503 | 502 | { "key": "cmd+down", "command": "workbench.action.terminal.scrollDown",
|
504 | 503 | "when": "terminalFocus" },
|
505 | 504 | { "key": "pagedown", "command": "workbench.action.terminal.scrollDownPage",
|
506 | 505 | "when": "terminalFocus" },
|
507 |
| -{ "key": "end", "command": "workbench.action.terminal.scrollToBottom", |
| 506 | +{ "key": "cmd+end", "command": "workbench.action.terminal.scrollToBottom", |
508 | 507 | "when": "terminalFocus" },
|
509 |
| -{ "key": "home", "command": "workbench.action.terminal.scrollToTop", |
| 508 | +{ "key": "cmd+home", "command": "workbench.action.terminal.scrollToTop", |
510 | 509 | "when": "terminalFocus" },
|
511 | 510 | { "key": "cmd+up", "command": "workbench.action.terminal.scrollUp",
|
512 | 511 | "when": "terminalFocus" },
|
|
520 | 519 | { "key": "shift+cmd+=", "command": "workbench.action.zoomIn" },
|
521 | 520 | { "key": "cmd+=", "command": "workbench.action.zoomIn" },
|
522 | 521 | { "key": "shift+cmd+-", "command": "workbench.action.zoomOut" },
|
| 522 | +{ "key": "cmd+-", "command": "workbench.action.zoomOut" }, |
523 | 523 | { "key": "shift+cmd+m", "command": "workbench.actions.view.problems" },
|
524 | 524 | { "key": "shift+cmd+y", "command": "workbench.debug.action.toggleRepl" },
|
525 | 525 | { "key": "cmd+k e", "command": "workbench.files.action.focusOpenEditorsView" },
|
|
0 commit comments