|
1 | | -// Default Keybindings of Visual Studio Code 1.116.0 for Windows |
| 1 | +// Default Keybindings of Visual Studio Code 1.117.0 for Windows |
2 | 2 |
|
3 | 3 | [ |
4 | 4 | { "key": "escape escape", "command": "workbench.action.exitZenMode", |
|
154 | 154 | "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, |
155 | 155 | { "key": "ctrl+up", "command": "chat.action.focus", |
156 | 156 | "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, |
| 157 | + { "key": "escape", "command": "chat.models.action.clearSearchResults", |
| 158 | + "when": "inModelsEditor && inModelsSearch" }, |
157 | 159 | { "key": "shift+escape", "command": "closeBreakpointWidget", |
158 | 160 | "when": "breakpointWidgetVisible && textInputFocus" }, |
159 | 161 | { "key": "escape", "command": "closeBreakpointWidget", |
|
553 | 555 | { "key": "ctrl+alt+enter", "command": "workbench.action.chat.runInTerminal", |
554 | 556 | "when": "accessibleViewInCodeBlock && chatIsEnabled || chatIsEnabled && inChat" }, |
555 | 557 | { "key": "enter", "command": "workbench.action.chat.submit", |
556 | | - "when": "chatInputHasText && chatSessionOptionsValid && inChatInput && !chatSessionRequestInProgress && !withinEditSessionDiff" }, |
| 558 | + "when": "chatInputHasText && chatSessionOptionsValid && inChatInput && !chatSessionRequestInProgress && !withinEditSessionDiff || chatInputHasText && chatSessionOptionsValid && inChatInput && !withinEditSessionDiff && chatEditingSentRequest == 's'" }, |
557 | 559 | { "key": "ctrl+enter", "command": "workbench.action.chat.submitWithCodebase", |
558 | 560 | "when": "chatInputHasText && inChatInput && !chatSessionRequestInProgress" }, |
559 | 561 | { "key": "shift+alt+enter", "command": "workbench.action.chat.submitWithoutDispatching", |
|
1281 | 1283 | { "key": "ctrl+up", "command": "widgetNavigation.focusPrevious", |
1282 | 1284 | "when": "inputFocus && navigableContainerFocused || navigableContainerFocused && treestickyScrollFocused || navigableContainerFocused && !listFocus || navigableContainerFocused && listScrollAtBoundary == 'both' || navigableContainerFocused && listScrollAtBoundary == 'top'" }, |
1283 | 1285 | { "key": "escape", "command": "workbench.action.browser.addElementToChat", |
1284 | | - "when": "browserElementSelectionActive && browserHasUrl && chatIsEnabled && config.chat.sendElementsToChat.enabled && !browserHasError && activeEditor == 'workbench.editor.browser'" }, |
| 1286 | + "when": "browserElementSelectionActive && browserHasUrl && chatIsEnabled && !browserHasError && activeEditor == 'workbench.editor.browser'" }, |
1285 | 1287 | { "key": "ctrl+l", "command": "workbench.action.browser.focusUrlInput", |
1286 | 1288 | "when": "activeEditor == 'workbench.editor.browser'" }, |
1287 | 1289 | { "key": "ctrl+alt+/", "command": "workbench.action.browser.openFromViewMenu" }, |
|
1710 | 1712 | { "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" }, |
1711 | 1713 | { "key": "ctrl+shift+m", "command": "workbench.actions.view.problems", |
1712 | 1714 | "when": "workbench.panel.markers.view.active" }, |
| 1715 | + { "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText", |
| 1716 | + "when": "outputFilterFocus" }, |
1713 | 1717 | { "key": "escape", "command": "workbench.banner.focusBanner", |
1714 | 1718 | "when": "bannerFocused" }, |
1715 | 1719 | { "key": "down", "command": "workbench.banner.focusNextAction", |
|
1974 | 1978 | { "key": "right", "command": "quickInput.acceptInBackground", |
1975 | 1979 | "when": "cursorAtEndOfQuickInputBox && inQuickInput && quickInputType == 'quickPick' || inQuickInput && !inputFocus && quickInputType == 'quickPick'" }, |
1976 | 1980 | { "key": "ctrl+shift+c", "command": "workbench.action.browser.addElementToChat", |
1977 | | - "when": "browserHasUrl && chatIsEnabled && config.chat.sendElementsToChat.enabled && !browserHasError && activeEditor == 'workbench.editor.browser'" }, |
| 1981 | + "when": "browserHasUrl && chatIsEnabled && !browserHasError && activeEditor == 'workbench.editor.browser'" }, |
1978 | 1982 | { "key": "ctrl+enter", "command": "workbench.action.browser.addFocusedElementToChat", |
1979 | 1983 | "when": "browserElementSelectionActive && browserFocused" }, |
1980 | 1984 | { "key": "browserback", "command": "workbench.action.browser.goBack", |
|
0 commit comments