Skip to content

Commit 153deff

Browse files
authored
Merge pull request #163 from codebling/update-default-keybindings-2025-06-26-01-40
Update for VSCode 1.101.2
2 parents ab8edba + 1d46b90 commit 153deff

6 files changed

+6
-14
lines changed

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

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

macos.keybindings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.1 for macOS
1+
// Default Keybindings of Visual Studio Code 1.101.2 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1803,8 +1803,6 @@
18031803
{ "key": "cmd+numpad0", "command": "workbench.action.zoomReset" },
18041804
{ "key": "shift+cmd+m", "command": "workbench.actions.view.problems",
18051805
"when": "workbench.panel.markers.view.active" },
1806-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1807-
"when": "outputFilterFocus" },
18081806
{ "key": "escape", "command": "workbench.banner.focusBanner",
18091807
"when": "bannerFocused" },
18101808
{ "key": "down", "command": "workbench.banner.focusNextAction",

macos.negative.keybindings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.1 for macOS
1+
// Default Keybindings of Visual Studio Code 1.101.2 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1803,8 +1803,6 @@
18031803
{ "key": "cmd+numpad0", "command": "-workbench.action.zoomReset" },
18041804
{ "key": "shift+cmd+m", "command": "-workbench.actions.view.problems",
18051805
"when": "workbench.panel.markers.view.active" },
1806-
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1807-
"when": "outputFilterFocus" },
18081806
{ "key": "escape", "command": "-workbench.banner.focusBanner",
18091807
"when": "bannerFocused" },
18101808
{ "key": "down", "command": "-workbench.banner.focusNextAction",

windows.keybindings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.1 for Windows
1+
// Default Keybindings of Visual Studio Code 1.101.2 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1654,8 +1654,6 @@
16541654
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16551655
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16561656
"when": "workbench.panel.markers.view.active" },
1657-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1658-
"when": "outputFilterFocus" },
16591657
{ "key": "escape", "command": "workbench.banner.focusBanner",
16601658
"when": "bannerFocused" },
16611659
{ "key": "down", "command": "workbench.banner.focusNextAction",

windows.negative.keybindings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.1 for Windows
1+
// Default Keybindings of Visual Studio Code 1.101.2 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1654,8 +1654,6 @@
16541654
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16551655
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16561656
"when": "workbench.panel.markers.view.active" },
1657-
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1658-
"when": "outputFilterFocus" },
16591657
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16601658
"when": "bannerFocused" },
16611659
{ "key": "down", "command": "-workbench.banner.focusNextAction",

0 commit comments

Comments
 (0)