|
1 | | -// Default Keybindings of Visual Studio Code 1.121.0 for Windows |
| 1 | +// Default Keybindings of Visual Studio Code 1.122.0 for Windows |
2 | 2 |
|
3 | 3 | [ |
4 | 4 | { "key": "escape escape", "command": "-workbench.action.exitZenMode", |
|
1280 | 1280 | "when": "browserElementSelectionActive && browserHasUrl && chatIsEnabled && !browserHasError && activeEditor == 'workbench.editor.browser'" }, |
1281 | 1281 | { "key": "ctrl+l", "command": "-workbench.action.browser.focusUrlInput", |
1282 | 1282 | "when": "activeEditor == 'workbench.editor.browser'" }, |
| 1283 | + { "key": "escape", "command": "-workbench.action.browser.hideEmulationToolbar", |
| 1284 | + "when": "browserEmulationToolbarVisible && activeEditor == 'workbench.editor.browser'" }, |
1283 | 1285 | { "key": "ctrl+alt+/", "command": "-workbench.action.browser.openOrList" }, |
1284 | 1286 | { "key": "ctrl+shift+a", "command": "-workbench.action.browser.quickOpen", |
1285 | 1287 | "when": "activeEditor == 'workbench.editor.browser'" }, |
|
1439 | 1441 | "when": "interactivePlaygroundFocus && !editorTextFocus" }, |
1440 | 1442 | { "key": "pageup", "command": "-workbench.action.interactivePlayground.pageUp", |
1441 | 1443 | "when": "interactivePlaygroundFocus && !editorTextFocus" }, |
| 1444 | + { "key": "ctrl+shift+s", "command": "-workbench.action.issueReporter.captureScreenshot", |
| 1445 | + "when": "issueReporterOpen" }, |
| 1446 | + { "key": "ctrl+shift+r", "command": "-workbench.action.issueReporter.toggleRecording", |
| 1447 | + "when": "issueReporterOpen" }, |
1442 | 1448 | { "key": "ctrl+k ctrl+shift+\\", "command": "-workbench.action.joinEditorInGroup", |
1443 | 1449 | "when": "sideBySideEditorActive" }, |
1444 | 1450 | { "key": "ctrl+k enter", "command": "-workbench.action.keepEditor" }, |
|
0 commit comments