Skip to content

Commit 1a42423

Browse files
authored
Merge pull request #225 from codebling/update-default-keybindings-2026-06-17-15-30
Update for VSCode 1.125.0
2 parents ee007a3 + 7a880fb commit 1a42423

6 files changed

Lines changed: 26 additions & 10 deletions

linux.keybindings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.124.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.125.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -132,8 +132,6 @@
132132
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
133133
{ "key": "ctrl+up", "command": "chat.action.focus",
134134
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
135-
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
136-
"when": "inModelsEditor && inModelsSearch" },
137135
{ "key": "shift+escape", "command": "closeBreakpointWidget",
138136
"when": "breakpointWidgetVisible && textInputFocus" },
139137
{ "key": "escape", "command": "closeBreakpointWidget",
@@ -700,6 +698,8 @@
700698
"when": "fileMatchOrMatchFocus && searchViewletVisible" },
701699
{ "key": "escape", "command": "agentSession.exitAgentSessionProjection",
702700
"when": "chatInAgentSessionProjection && chatIsEnabled" },
701+
{ "key": "space", "command": "agentsVoice.pushToTalk",
702+
"when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" },
703703
{ "key": "ctrl+shift+;", "command": "breadcrumbs.focus",
704704
"when": "breadcrumbsPossible && breadcrumbsVisible" },
705705
{ "key": "ctrl+shift+[IntlBackslash]", "command": "breadcrumbs.focusAndSelect",

linux.negative.keybindings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.124.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.125.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -132,8 +132,6 @@
132132
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
133133
{ "key": "ctrl+up", "command": "-chat.action.focus",
134134
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
135-
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
136-
"when": "inModelsEditor && inModelsSearch" },
137135
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
138136
"when": "breakpointWidgetVisible && textInputFocus" },
139137
{ "key": "escape", "command": "-closeBreakpointWidget",
@@ -700,6 +698,8 @@
700698
"when": "fileMatchOrMatchFocus && searchViewletVisible" },
701699
{ "key": "escape", "command": "-agentSession.exitAgentSessionProjection",
702700
"when": "chatInAgentSessionProjection && chatIsEnabled" },
701+
{ "key": "space", "command": "-agentsVoice.pushToTalk",
702+
"when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" },
703703
{ "key": "ctrl+shift+;", "command": "-breadcrumbs.focus",
704704
"when": "breadcrumbsPossible && breadcrumbsVisible" },
705705
{ "key": "ctrl+shift+[IntlBackslash]", "command": "-breadcrumbs.focusAndSelect",

macos.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.124.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.125.0 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -780,6 +780,8 @@
780780
"when": "fileMatchOrMatchFocus && searchViewletVisible" },
781781
{ "key": "escape", "command": "agentSession.exitAgentSessionProjection",
782782
"when": "chatInAgentSessionProjection && chatIsEnabled" },
783+
{ "key": "space", "command": "agentsVoice.pushToTalk",
784+
"when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" },
783785
{ "key": "shift+cmd+;", "command": "breadcrumbs.focus",
784786
"when": "breadcrumbsPossible && breadcrumbsVisible" },
785787
{ "key": "shift+cmd+.", "command": "breadcrumbs.focusAndSelect",

macos.negative.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.124.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.125.0 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -780,6 +780,8 @@
780780
"when": "fileMatchOrMatchFocus && searchViewletVisible" },
781781
{ "key": "escape", "command": "-agentSession.exitAgentSessionProjection",
782782
"when": "chatInAgentSessionProjection && chatIsEnabled" },
783+
{ "key": "space", "command": "-agentsVoice.pushToTalk",
784+
"when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" },
783785
{ "key": "shift+cmd+;", "command": "-breadcrumbs.focus",
784786
"when": "breadcrumbsPossible && breadcrumbsVisible" },
785787
{ "key": "shift+cmd+.", "command": "-breadcrumbs.focusAndSelect",

windows.keybindings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.124.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.125.0 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -148,6 +148,8 @@
148148
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
149149
{ "key": "ctrl+up", "command": "chat.action.focus",
150150
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
151+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
152+
"when": "inModelsEditor && inModelsSearch" },
151153
{ "key": "shift+escape", "command": "closeBreakpointWidget",
152154
"when": "breakpointWidgetVisible && textInputFocus" },
153155
{ "key": "escape", "command": "closeBreakpointWidget",
@@ -706,6 +708,8 @@
706708
"when": "fileMatchOrMatchFocus && searchViewletVisible" },
707709
{ "key": "escape", "command": "agentSession.exitAgentSessionProjection",
708710
"when": "chatInAgentSessionProjection && chatIsEnabled" },
711+
{ "key": "space", "command": "agentsVoice.pushToTalk",
712+
"when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" },
709713
{ "key": "ctrl+shift+;", "command": "breadcrumbs.focus",
710714
"when": "breadcrumbsPossible && breadcrumbsVisible" },
711715
{ "key": "ctrl+shift+.", "command": "breadcrumbs.focusAndSelect",
@@ -1718,6 +1722,8 @@
17181722
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
17191723
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
17201724
"when": "workbench.panel.markers.view.active" },
1725+
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1726+
"when": "outputFilterFocus" },
17211727
{ "key": "escape", "command": "workbench.banner.focusBanner",
17221728
"when": "bannerFocused" },
17231729
{ "key": "down", "command": "workbench.banner.focusNextAction",

windows.negative.keybindings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.124.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.125.0 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -148,6 +148,8 @@
148148
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
149149
{ "key": "ctrl+up", "command": "-chat.action.focus",
150150
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
151+
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
152+
"when": "inModelsEditor && inModelsSearch" },
151153
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
152154
"when": "breakpointWidgetVisible && textInputFocus" },
153155
{ "key": "escape", "command": "-closeBreakpointWidget",
@@ -706,6 +708,8 @@
706708
"when": "fileMatchOrMatchFocus && searchViewletVisible" },
707709
{ "key": "escape", "command": "-agentSession.exitAgentSessionProjection",
708710
"when": "chatInAgentSessionProjection && chatIsEnabled" },
711+
{ "key": "space", "command": "-agentsVoice.pushToTalk",
712+
"when": "agentsVoiceWidgetFocused && config.agents.voice.enabled && !inputFocus" },
709713
{ "key": "ctrl+shift+;", "command": "-breadcrumbs.focus",
710714
"when": "breadcrumbsPossible && breadcrumbsVisible" },
711715
{ "key": "ctrl+shift+.", "command": "-breadcrumbs.focusAndSelect",
@@ -1718,6 +1722,8 @@
17181722
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
17191723
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
17201724
"when": "workbench.panel.markers.view.active" },
1725+
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1726+
"when": "outputFilterFocus" },
17211727
{ "key": "escape", "command": "-workbench.banner.focusBanner",
17221728
"when": "bannerFocused" },
17231729
{ "key": "down", "command": "-workbench.banner.focusNextAction",

0 commit comments

Comments
 (0)