|
1 | | -// Default Keybindings of Visual Studio Code 1.124.0 for Windows |
| 1 | +// Default Keybindings of Visual Studio Code 1.125.0 for Windows |
2 | 2 |
|
3 | 3 | [ |
4 | 4 | { "key": "escape escape", "command": "-workbench.action.exitZenMode", |
|
148 | 148 | "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, |
149 | 149 | { "key": "ctrl+up", "command": "-chat.action.focus", |
150 | 150 | "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, |
| 151 | + { "key": "escape", "command": "-chat.models.action.clearSearchResults", |
| 152 | + "when": "inModelsEditor && inModelsSearch" }, |
151 | 153 | { "key": "shift+escape", "command": "-closeBreakpointWidget", |
152 | 154 | "when": "breakpointWidgetVisible && textInputFocus" }, |
153 | 155 | { "key": "escape", "command": "-closeBreakpointWidget", |
|
706 | 708 | "when": "fileMatchOrMatchFocus && searchViewletVisible" }, |
707 | 709 | { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", |
708 | 710 | "when": "chatInAgentSessionProjection && chatIsEnabled" }, |
| 711 | + { "key": "space", "command": "-agentsVoice.pushToTalk", |
| 712 | + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, |
709 | 713 | { "key": "ctrl+shift+;", "command": "-breadcrumbs.focus", |
710 | 714 | "when": "breadcrumbsPossible && breadcrumbsVisible" }, |
711 | 715 | { "key": "ctrl+shift+.", "command": "-breadcrumbs.focusAndSelect", |
|
1718 | 1722 | { "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" }, |
1719 | 1723 | { "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems", |
1720 | 1724 | "when": "workbench.panel.markers.view.active" }, |
| 1725 | + { "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText", |
| 1726 | + "when": "outputFilterFocus" }, |
1721 | 1727 | { "key": "escape", "command": "-workbench.banner.focusBanner", |
1722 | 1728 | "when": "bannerFocused" }, |
1723 | 1729 | { "key": "down", "command": "-workbench.banner.focusNextAction", |
|
0 commit comments