Skip to content

Commit f5b7218

Browse files
authored
Merge pull request #160 from codebling/update-default-keybindings-2025-06-04-01-40
Update for VSCode 1.100.3
2 parents 3f6c2fa + b624670 commit f5b7218

6 files changed

+10
-6
lines changed

linux.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.100.2 for Linux
1+
// Default Keybindings of Visual Studio Code 1.100.3 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1644,6 +1644,8 @@
16441644
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16451645
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16461646
"when": "workbench.panel.markers.view.active" },
1647+
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1648+
"when": "outputFilterFocus" },
16471649
{ "key": "escape", "command": "workbench.banner.focusBanner",
16481650
"when": "bannerFocused" },
16491651
{ "key": "down", "command": "workbench.banner.focusNextAction",

linux.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.100.2 for Linux
1+
// Default Keybindings of Visual Studio Code 1.100.3 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1644,6 +1644,8 @@
16441644
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16451645
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16461646
"when": "workbench.panel.markers.view.active" },
1647+
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1648+
"when": "outputFilterFocus" },
16471649
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16481650
"when": "bannerFocused" },
16491651
{ "key": "down", "command": "-workbench.banner.focusNextAction",

macos.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.100.2 for macOS
1+
// Default Keybindings of Visual Studio Code 1.100.3 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",

macos.negative.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.100.2 for macOS
1+
// Default Keybindings of Visual Studio Code 1.100.3 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",

windows.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.100.2 for Windows
1+
// Default Keybindings of Visual Studio Code 1.100.3 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",

windows.negative.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.100.2 for Windows
1+
// Default Keybindings of Visual Studio Code 1.100.3 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",

0 commit comments

Comments
 (0)