Skip to content

Commit 1316ec8

Browse files
authored
Merge pull request #214 from codebling/update-default-keybindings-2026-04-30-02-55
Update for VSCode 1.118.1
2 parents ce2814d + 51e03e4 commit 1316ec8

6 files changed

Lines changed: 6 additions & 10 deletions

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

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1691,8 +1691,6 @@
16911691
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16921692
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16931693
"when": "workbench.panel.markers.view.active" },
1694-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1695-
"when": "outputFilterFocus" },
16961694
{ "key": "escape", "command": "workbench.banner.focusBanner",
16971695
"when": "bannerFocused" },
16981696
{ "key": "down", "command": "workbench.banner.focusNextAction",

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

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1691,8 +1691,6 @@
16911691
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16921692
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16931693
"when": "workbench.panel.markers.view.active" },
1694-
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1695-
"when": "outputFilterFocus" },
16961694
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16971695
"when": "bannerFocused" },
16981696
{ "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.118.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.118.1 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.118.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.118.1 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.118.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.118.1 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.118.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.118.1 for Windows
22

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

0 commit comments

Comments
 (0)