Skip to content

Commit 63bb4b9

Browse files
authored
Merge pull request #156 from codebling/update-default-keybindings-2025-04-17-01-25
Update for VSCode 1.99.3
2 parents b824b13 + 5e31c10 commit 63bb4b9

6 files changed

Lines changed: 10 additions & 6 deletions

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

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

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

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

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.99.2 for macOS
1+
// Default Keybindings of Visual Studio Code 1.99.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.99.2 for macOS
1+
// Default Keybindings of Visual Studio Code 1.99.3 for macOS
22

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

windows.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.99.2 for Windows
1+
// Default Keybindings of Visual Studio Code 1.99.3 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1656,6 +1656,8 @@
16561656
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16571657
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16581658
"when": "workbench.panel.markers.view.active" },
1659+
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1660+
"when": "outputFilterFocus" },
16591661
{ "key": "escape", "command": "workbench.banner.focusBanner",
16601662
"when": "bannerFocused" },
16611663
{ "key": "down", "command": "workbench.banner.focusNextAction",

windows.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.99.2 for Windows
1+
// Default Keybindings of Visual Studio Code 1.99.3 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1656,6 +1656,8 @@
16561656
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16571657
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16581658
"when": "workbench.panel.markers.view.active" },
1659+
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1660+
"when": "outputFilterFocus" },
16591661
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16601662
"when": "bannerFocused" },
16611663
{ "key": "down", "command": "-workbench.banner.focusNextAction",

0 commit comments

Comments
 (0)