diff --git a/linux.keybindings.json b/linux.keybindings.json index 8122191..72dd182 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Linux +// Default Keybindings of Visual Studio Code 1.129.1 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -116,6 +116,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "meta+enter", "command": "notebook.cell.quitEdit", @@ -701,7 +703,7 @@ { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "agentsVoice.startVoiceInChat", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index eb70a87..18ea41a 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Linux +// Default Keybindings of Visual Studio Code 1.129.1 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -116,6 +116,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "-testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "-agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "-notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "meta+enter", "command": "-notebook.cell.quitEdit", @@ -701,7 +703,7 @@ { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.startVoiceInChat", diff --git a/macos.keybindings.json b/macos.keybindings.json index 647aec9..f55ba20 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for macOS +// Default Keybindings of Visual Studio Code 1.129.1 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -166,6 +166,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+enter", "command": "notebook.cell.quitEdit", @@ -781,7 +783,7 @@ { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "shift+cmd+space", "command": "agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "shift+cmd+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+space", "command": "agentsVoice.startVoiceInChat", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index 190b421..24a655e 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for macOS +// Default Keybindings of Visual Studio Code 1.129.1 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -166,6 +166,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "-testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "-agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "-notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+enter", "command": "-notebook.cell.quitEdit", @@ -781,7 +783,7 @@ { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "shift+cmd+space", "command": "-agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "shift+cmd+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+space", "command": "-agentsVoice.startVoiceInChat", diff --git a/windows.keybindings.json b/windows.keybindings.json index b1be657..494464f 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Windows +// Default Keybindings of Visual Studio Code 1.129.1 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -132,6 +132,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+alt+enter", "command": "notebook.cell.quitEdit", @@ -148,6 +150,8 @@ "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, { "key": "ctrl+up", "command": "chat.action.focus", "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, + { "key": "escape", "command": "chat.models.action.clearSearchResults", + "when": "inModelsEditor && inModelsSearch" }, { "key": "shift+escape", "command": "closeBreakpointWidget", "when": "breakpointWidgetVisible && textInputFocus" }, { "key": "escape", "command": "closeBreakpointWidget", @@ -707,7 +711,7 @@ { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "agentsVoice.startVoiceInChat", @@ -1728,6 +1732,8 @@ { "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, + { "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText", + "when": "outputFilterFocus" }, { "key": "escape", "command": "workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "workbench.banner.focusNextAction", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index a996a3a..0f47def 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.128.1 for Windows +// Default Keybindings of Visual Studio Code 1.129.1 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -132,6 +132,8 @@ "when": "refactorPreview.enabled && refactorPreview.hasCheckedChanges && focusedView == 'refactorPreview'" }, { "key": "alt+enter", "command": "-testing.editFocusedTest", "when": "focusedView == 'workbench.view.testing'" }, + { "key": "escape", "command": "-agentsVoice.disconnect", + "when": "agentsVoiceConnected && config.agents.voice.enabled && inChatInput && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible" }, { "key": "escape", "command": "-notebook.cell.quitEdit", "when": "inputFocus && notebookEditorFocused && !editorHasMultipleSelections && !editorHasSelection && !editorHoverVisible && !inlineChatFocused" }, { "key": "ctrl+alt+enter", "command": "-notebook.cell.quitEdit", @@ -148,6 +150,8 @@ "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, { "key": "ctrl+up", "command": "-chat.action.focus", "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, + { "key": "escape", "command": "-chat.models.action.clearSearchResults", + "when": "inModelsEditor && inModelsSearch" }, { "key": "shift+escape", "command": "-closeBreakpointWidget", "when": "breakpointWidgetVisible && textInputFocus" }, { "key": "escape", "command": "-closeBreakpointWidget", @@ -707,7 +711,7 @@ { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pttStopInChat", - "when": "agentsVoiceActive && config.agents.voice.enabled && inChatInput" }, + "when": "agentsVoiceListening && config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.pushToTalk", "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+space", "command": "-agentsVoice.startVoiceInChat", @@ -1728,6 +1732,8 @@ { "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, + { "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText", + "when": "outputFilterFocus" }, { "key": "escape", "command": "-workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "-workbench.banner.focusNextAction",