diff --git a/linux.keybindings.json b/linux.keybindings.json index afefbeb..7c9f8b5 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.124.0 for Linux +// Default Keybindings of Visual Studio Code 1.125.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -132,8 +132,6 @@ "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", @@ -700,6 +698,8 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, + { "key": "space", "command": "agentsVoice.pushToTalk", + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+[IntlBackslash]", "command": "breadcrumbs.focusAndSelect", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index 45b0e14..c976d49 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.124.0 for Linux +// Default Keybindings of Visual Studio Code 1.125.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -132,8 +132,6 @@ "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", @@ -700,6 +698,8 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, + { "key": "space", "command": "-agentsVoice.pushToTalk", + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+[IntlBackslash]", "command": "-breadcrumbs.focusAndSelect", diff --git a/macos.keybindings.json b/macos.keybindings.json index 02effc7..b5023e6 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.124.0 for macOS +// Default Keybindings of Visual Studio Code 1.125.0 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -780,6 +780,8 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, + { "key": "space", "command": "agentsVoice.pushToTalk", + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "shift+cmd+.", "command": "breadcrumbs.focusAndSelect", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index c8afbae..67de489 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.124.0 for macOS +// Default Keybindings of Visual Studio Code 1.125.0 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -780,6 +780,8 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, + { "key": "space", "command": "-agentsVoice.pushToTalk", + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "shift+cmd+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "shift+cmd+.", "command": "-breadcrumbs.focusAndSelect", diff --git a/windows.keybindings.json b/windows.keybindings.json index 49aad8c..b2b1455 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.124.0 for Windows +// Default Keybindings of Visual Studio Code 1.125.0 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -148,6 +148,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", @@ -706,6 +708,8 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, + { "key": "space", "command": "agentsVoice.pushToTalk", + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+.", "command": "breadcrumbs.focusAndSelect", @@ -1718,6 +1722,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 a571698..3ee97e1 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.124.0 for Windows +// Default Keybindings of Visual Studio Code 1.125.0 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -148,6 +148,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", @@ -706,6 +708,8 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, + { "key": "space", "command": "-agentsVoice.pushToTalk", + "when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" }, { "key": "ctrl+shift+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+.", "command": "-breadcrumbs.focusAndSelect", @@ -1718,6 +1722,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",