From 5fa51a5889c26495bfba7a6a6174ae194daf509b Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Wed, 24 Jun 2026 14:30:51 +0000 Subject: [PATCH] Update for VSCode 1.126.0 --- linux.keybindings.json | 18 ++++++++++++++++-- linux.negative.keybindings.json | 18 ++++++++++++++++-- macos.keybindings.json | 14 ++++++++++++-- macos.negative.keybindings.json | 14 ++++++++++++-- windows.keybindings.json | 14 ++++++++++++-- windows.negative.keybindings.json | 14 ++++++++++++-- 6 files changed, 80 insertions(+), 12 deletions(-) diff --git a/linux.keybindings.json b/linux.keybindings.json index 7c9f8b5..54127f4 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Linux +// Default Keybindings of Visual Studio Code 1.126.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -132,6 +132,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", @@ -698,8 +700,12 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, - { "key": "space", "command": "agentsVoice.pushToTalk", + { "key": "ctrl+shift+space", "command": "agentsVoice.pttStopInChat", + "when": "agentsVoiceActive && 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", + "when": "config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+[IntlBackslash]", "command": "breadcrumbs.focusAndSelect", @@ -1214,12 +1220,16 @@ "when": "inSettingsEditor && settingRowFocus" }, { "key": "down", "command": "settings.action.focusSettingsFromSearch", "when": "inSettingsSearch && !suggestWidgetVisible" }, + { "key": "enter", "command": "settings.action.focusSettingsFromSearchOnEnter", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "enter", "command": "settings.action.focusSettingsList", "when": "inSettingsEditor && settingsTocRowFocus" }, { "key": "left", "command": "settings.action.focusTOC", "when": "inSettingsEditor && settingRowFocus" }, { "key": "shift+f9", "command": "settings.action.showContextMenu", "when": "inSettingsEditor" }, + { "key": "up", "command": "settings.action.showPreviousSearch", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "ctrl+c", "command": "suggestWidgetCopy", "when": "suggestWidgetDetailsFocused" }, { "key": "ctrl+; ctrl+x", "command": "testing.cancelRun" }, @@ -1703,6 +1713,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", @@ -1790,6 +1802,8 @@ "when": "accessibilityModeEnabled && notebookCellEditorFocused" }, { "key": "ctrl+shift+a", "command": "notification.acceptPrimaryAction", "when": "accessibilityModeEnabled && notificationFocus || accessibilityModeEnabled && notificationToastsVisible" }, + { "key": "up", "command": "settings.action.focusSearchFromSettings", + "when": "inSettingsEditor && settingFirstRowFocus && settingRowFocus" }, { "key": "ctrl+/", "command": "terminalSuggestToggleExplainMode", "when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" }, { "key": "ctrl+k down", "command": "views.moveViewDown", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index c976d49..2e00d89 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Linux +// Default Keybindings of Visual Studio Code 1.126.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -132,6 +132,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", @@ -698,8 +700,12 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, - { "key": "space", "command": "-agentsVoice.pushToTalk", + { "key": "ctrl+shift+space", "command": "-agentsVoice.pttStopInChat", + "when": "agentsVoiceActive && 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", + "when": "config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+[IntlBackslash]", "command": "-breadcrumbs.focusAndSelect", @@ -1214,12 +1220,16 @@ "when": "inSettingsEditor && settingRowFocus" }, { "key": "down", "command": "-settings.action.focusSettingsFromSearch", "when": "inSettingsSearch && !suggestWidgetVisible" }, + { "key": "enter", "command": "-settings.action.focusSettingsFromSearchOnEnter", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "enter", "command": "-settings.action.focusSettingsList", "when": "inSettingsEditor && settingsTocRowFocus" }, { "key": "left", "command": "-settings.action.focusTOC", "when": "inSettingsEditor && settingRowFocus" }, { "key": "shift+f9", "command": "-settings.action.showContextMenu", "when": "inSettingsEditor" }, + { "key": "up", "command": "-settings.action.showPreviousSearch", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "ctrl+c", "command": "-suggestWidgetCopy", "when": "suggestWidgetDetailsFocused" }, { "key": "ctrl+; ctrl+x", "command": "-testing.cancelRun" }, @@ -1703,6 +1713,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", @@ -1790,6 +1802,8 @@ "when": "accessibilityModeEnabled && notebookCellEditorFocused" }, { "key": "ctrl+shift+a", "command": "-notification.acceptPrimaryAction", "when": "accessibilityModeEnabled && notificationFocus || accessibilityModeEnabled && notificationToastsVisible" }, + { "key": "up", "command": "-settings.action.focusSearchFromSettings", + "when": "inSettingsEditor && settingFirstRowFocus && settingRowFocus" }, { "key": "ctrl+/", "command": "-terminalSuggestToggleExplainMode", "when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" }, { "key": "ctrl+k down", "command": "-views.moveViewDown", diff --git a/macos.keybindings.json b/macos.keybindings.json index b5023e6..34ed8d2 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for macOS +// Default Keybindings of Visual Studio Code 1.126.0 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -780,8 +780,12 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, - { "key": "space", "command": "agentsVoice.pushToTalk", + { "key": "shift+cmd+space", "command": "agentsVoice.pttStopInChat", + "when": "agentsVoiceActive && 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", + "when": "config.agents.voice.enabled && inChatInput" }, { "key": "shift+cmd+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "shift+cmd+.", "command": "breadcrumbs.focusAndSelect", @@ -1362,12 +1366,16 @@ "when": "inSettingsEditor && settingRowFocus" }, { "key": "down", "command": "settings.action.focusSettingsFromSearch", "when": "inSettingsSearch && !suggestWidgetVisible" }, + { "key": "enter", "command": "settings.action.focusSettingsFromSearchOnEnter", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "enter", "command": "settings.action.focusSettingsList", "when": "inSettingsEditor && settingsTocRowFocus" }, { "key": "left", "command": "settings.action.focusTOC", "when": "inSettingsEditor && settingRowFocus" }, { "key": "shift+f9", "command": "settings.action.showContextMenu", "when": "inSettingsEditor" }, + { "key": "up", "command": "settings.action.showPreviousSearch", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "cmd+c", "command": "suggestWidgetCopy", "when": "suggestWidgetDetailsFocused" }, { "key": "cmd+; cmd+x", "command": "testing.cancelRun" }, @@ -1973,6 +1981,8 @@ "when": "accessibilityModeEnabled && notebookCellEditorFocused" }, { "key": "shift+cmd+a", "command": "notification.acceptPrimaryAction", "when": "accessibilityModeEnabled && notificationFocus || accessibilityModeEnabled && notificationToastsVisible" }, + { "key": "up", "command": "settings.action.focusSearchFromSettings", + "when": "inSettingsEditor && settingFirstRowFocus && settingRowFocus" }, { "key": "cmd+/", "command": "terminalSuggestToggleExplainMode", "when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" }, { "key": "cmd+k down", "command": "views.moveViewDown", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index 67de489..6958d26 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for macOS +// Default Keybindings of Visual Studio Code 1.126.0 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -780,8 +780,12 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, - { "key": "space", "command": "-agentsVoice.pushToTalk", + { "key": "shift+cmd+space", "command": "-agentsVoice.pttStopInChat", + "when": "agentsVoiceActive && 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", + "when": "config.agents.voice.enabled && inChatInput" }, { "key": "shift+cmd+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "shift+cmd+.", "command": "-breadcrumbs.focusAndSelect", @@ -1362,12 +1366,16 @@ "when": "inSettingsEditor && settingRowFocus" }, { "key": "down", "command": "-settings.action.focusSettingsFromSearch", "when": "inSettingsSearch && !suggestWidgetVisible" }, + { "key": "enter", "command": "-settings.action.focusSettingsFromSearchOnEnter", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "enter", "command": "-settings.action.focusSettingsList", "when": "inSettingsEditor && settingsTocRowFocus" }, { "key": "left", "command": "-settings.action.focusTOC", "when": "inSettingsEditor && settingRowFocus" }, { "key": "shift+f9", "command": "-settings.action.showContextMenu", "when": "inSettingsEditor" }, + { "key": "up", "command": "-settings.action.showPreviousSearch", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "cmd+c", "command": "-suggestWidgetCopy", "when": "suggestWidgetDetailsFocused" }, { "key": "cmd+; cmd+x", "command": "-testing.cancelRun" }, @@ -1973,6 +1981,8 @@ "when": "accessibilityModeEnabled && notebookCellEditorFocused" }, { "key": "shift+cmd+a", "command": "-notification.acceptPrimaryAction", "when": "accessibilityModeEnabled && notificationFocus || accessibilityModeEnabled && notificationToastsVisible" }, + { "key": "up", "command": "-settings.action.focusSearchFromSettings", + "when": "inSettingsEditor && settingFirstRowFocus && settingRowFocus" }, { "key": "cmd+/", "command": "-terminalSuggestToggleExplainMode", "when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" }, { "key": "cmd+k down", "command": "-views.moveViewDown", diff --git a/windows.keybindings.json b/windows.keybindings.json index b2b1455..a21da0d 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Windows +// Default Keybindings of Visual Studio Code 1.126.0 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -708,8 +708,12 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, - { "key": "space", "command": "agentsVoice.pushToTalk", + { "key": "ctrl+shift+space", "command": "agentsVoice.pttStopInChat", + "when": "agentsVoiceActive && 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", + "when": "config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+;", "command": "breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+.", "command": "breadcrumbs.focusAndSelect", @@ -1218,12 +1222,16 @@ "when": "inSettingsEditor && settingRowFocus" }, { "key": "down", "command": "settings.action.focusSettingsFromSearch", "when": "inSettingsSearch && !suggestWidgetVisible" }, + { "key": "enter", "command": "settings.action.focusSettingsFromSearchOnEnter", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "enter", "command": "settings.action.focusSettingsList", "when": "inSettingsEditor && settingsTocRowFocus" }, { "key": "left", "command": "settings.action.focusTOC", "when": "inSettingsEditor && settingRowFocus" }, { "key": "shift+f9", "command": "settings.action.showContextMenu", "when": "inSettingsEditor" }, + { "key": "up", "command": "settings.action.showPreviousSearch", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "ctrl+insert", "command": "suggestWidgetCopy", "when": "suggestWidgetDetailsFocused" }, { "key": "ctrl+c", "command": "suggestWidgetCopy", @@ -1811,6 +1819,8 @@ "when": "accessibilityModeEnabled && notebookCellEditorFocused" }, { "key": "ctrl+shift+a", "command": "notification.acceptPrimaryAction", "when": "accessibilityModeEnabled && notificationFocus || accessibilityModeEnabled && notificationToastsVisible" }, + { "key": "up", "command": "settings.action.focusSearchFromSettings", + "when": "inSettingsEditor && settingFirstRowFocus && settingRowFocus" }, { "key": "ctrl+/", "command": "terminalSuggestToggleExplainMode", "when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" }, { "key": "ctrl+k down", "command": "views.moveViewDown", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index 3ee97e1..c95ae14 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Windows +// Default Keybindings of Visual Studio Code 1.126.0 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -708,8 +708,12 @@ "when": "fileMatchOrMatchFocus && searchViewletVisible" }, { "key": "escape", "command": "-agentSession.exitAgentSessionProjection", "when": "chatInAgentSessionProjection && chatIsEnabled" }, - { "key": "space", "command": "-agentsVoice.pushToTalk", + { "key": "ctrl+shift+space", "command": "-agentsVoice.pttStopInChat", + "when": "agentsVoiceActive && 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", + "when": "config.agents.voice.enabled && inChatInput" }, { "key": "ctrl+shift+;", "command": "-breadcrumbs.focus", "when": "breadcrumbsPossible && breadcrumbsVisible" }, { "key": "ctrl+shift+.", "command": "-breadcrumbs.focusAndSelect", @@ -1218,12 +1222,16 @@ "when": "inSettingsEditor && settingRowFocus" }, { "key": "down", "command": "-settings.action.focusSettingsFromSearch", "when": "inSettingsSearch && !suggestWidgetVisible" }, + { "key": "enter", "command": "-settings.action.focusSettingsFromSearchOnEnter", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "enter", "command": "-settings.action.focusSettingsList", "when": "inSettingsEditor && settingsTocRowFocus" }, { "key": "left", "command": "-settings.action.focusTOC", "when": "inSettingsEditor && settingRowFocus" }, { "key": "shift+f9", "command": "-settings.action.showContextMenu", "when": "inSettingsEditor" }, + { "key": "up", "command": "-settings.action.showPreviousSearch", + "when": "inSettingsSearch && !suggestWidgetVisible" }, { "key": "ctrl+insert", "command": "-suggestWidgetCopy", "when": "suggestWidgetDetailsFocused" }, { "key": "ctrl+c", "command": "-suggestWidgetCopy", @@ -1811,6 +1819,8 @@ "when": "accessibilityModeEnabled && notebookCellEditorFocused" }, { "key": "ctrl+shift+a", "command": "-notification.acceptPrimaryAction", "when": "accessibilityModeEnabled && notificationFocus || accessibilityModeEnabled && notificationToastsVisible" }, + { "key": "up", "command": "-settings.action.focusSearchFromSettings", + "when": "inSettingsEditor && settingFirstRowFocus && settingRowFocus" }, { "key": "ctrl+/", "command": "-terminalSuggestToggleExplainMode", "when": "terminalFocus && terminalHasBeenCreated && terminalIsOpen && terminalSuggestWidgetVisible || terminalFocus && terminalIsOpen && terminalProcessSupported && terminalSuggestWidgetVisible" }, { "key": "ctrl+k down", "command": "-views.moveViewDown",