Skip to content

Commit 3c45f56

Browse files
authored
Merge pull request #167 from codebling/update-default-keybindings-2025-07-30-01-49
Update for VSCode 1.102.3
2 parents 97d5b37 + 330a2df commit 3c45f56

6 files changed

+6
-10
lines changed

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

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1652,8 +1652,6 @@
16521652
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16531653
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16541654
"when": "workbench.panel.markers.view.active" },
1655-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1656-
"when": "outputFilterFocus" },
16571655
{ "key": "escape", "command": "workbench.banner.focusBanner",
16581656
"when": "bannerFocused" },
16591657
{ "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.102.2 for Linux
1+
// Default Keybindings of Visual Studio Code 1.102.3 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1652,8 +1652,6 @@
16521652
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16531653
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16541654
"when": "workbench.panel.markers.view.active" },
1655-
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1656-
"when": "outputFilterFocus" },
16571655
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16581656
"when": "bannerFocused" },
16591657
{ "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.102.2 for macOS
1+
// Default Keybindings of Visual Studio Code 1.102.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.102.2 for macOS
1+
// Default Keybindings of Visual Studio Code 1.102.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.102.2 for Windows
1+
// Default Keybindings of Visual Studio Code 1.102.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.102.2 for Windows
1+
// Default Keybindings of Visual Studio Code 1.102.3 for Windows
22

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

0 commit comments

Comments
 (0)