Skip to content

Commit 97d5b37

Browse files
authored
Merge pull request #166 from codebling/update-default-keybindings-2025-07-24-01-46
Update for VSCode 1.102.2
2 parents 0a5ba6c + bc87337 commit 97d5b37

6 files changed

+6
-10
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.102.1 for Linux
1+
// Default Keybindings of Visual Studio Code 1.102.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.102.1 for Linux
1+
// Default Keybindings of Visual Studio Code 1.102.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.102.1 for macOS
1+
// Default Keybindings of Visual Studio Code 1.102.2 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1813,8 +1813,6 @@
18131813
{ "key": "cmd+numpad0", "command": "workbench.action.zoomReset" },
18141814
{ "key": "shift+cmd+m", "command": "workbench.actions.view.problems",
18151815
"when": "workbench.panel.markers.view.active" },
1816-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1817-
"when": "outputFilterFocus" },
18181816
{ "key": "escape", "command": "workbench.banner.focusBanner",
18191817
"when": "bannerFocused" },
18201818
{ "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.102.1 for macOS
1+
// Default Keybindings of Visual Studio Code 1.102.2 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1813,8 +1813,6 @@
18131813
{ "key": "cmd+numpad0", "command": "-workbench.action.zoomReset" },
18141814
{ "key": "shift+cmd+m", "command": "-workbench.actions.view.problems",
18151815
"when": "workbench.panel.markers.view.active" },
1816-
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1817-
"when": "outputFilterFocus" },
18181816
{ "key": "escape", "command": "-workbench.banner.focusBanner",
18191817
"when": "bannerFocused" },
18201818
{ "key": "down", "command": "-workbench.banner.focusNextAction",

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

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

0 commit comments

Comments
 (0)