Skip to content

Commit e3e2513

Browse files
authored
Merge pull request #181 from codebling/update-default-keybindings-2025-10-16-01-24
Update for VSCode 1.105.1
2 parents a60c7b3 + 7fe9be9 commit e3e2513

File tree

6 files changed

+6
-10
lines changed

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

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1676,8 +1676,6 @@
16761676
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16771677
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16781678
"when": "workbench.panel.markers.view.active" },
1679-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1680-
"when": "outputFilterFocus" },
16811679
{ "key": "escape", "command": "workbench.banner.focusBanner",
16821680
"when": "bannerFocused" },
16831681
{ "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.105.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.105.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1676,8 +1676,6 @@
16761676
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16771677
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16781678
"when": "workbench.panel.markers.view.active" },
1679-
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1680-
"when": "outputFilterFocus" },
16811679
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16821680
"when": "bannerFocused" },
16831681
{ "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.105.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.105.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.105.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.105.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.105.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.105.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.105.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.105.1 for Windows
22

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

0 commit comments

Comments
 (0)