diff --git a/linux.keybindings.json b/linux.keybindings.json index a7e71e1..54127f4 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.1 for Linux +// Default Keybindings of Visual Studio Code 1.126.0 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -700,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", @@ -1216,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" }, @@ -1794,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 e798ac5..2e00d89 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.1 for Linux +// Default Keybindings of Visual Studio Code 1.126.0 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -700,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", @@ -1216,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" }, @@ -1794,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 de33511..34ed8d2 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.1 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 5aa52d8..6958d26 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.1 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 8b245a5..a519386 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.1 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", @@ -1809,6 +1817,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 c29ac7a..926b74a 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.1 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", @@ -1809,6 +1817,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",