Skip to content

Commit 94626a9

Browse files
authored
Merge pull request #194 from codebling/update-default-keybindings-2026-01-15-01-45
Update for VSCode 1.108.1
2 parents f1b83c3 + 7a003df commit 94626a9

6 files changed

Lines changed: 18 additions & 12 deletions

linux.keybindings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.108.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.108.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1836,7 +1836,8 @@
18361836
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
18371837
{ "key": "ctrl+shift+o", "command": "editor.action.accessibleViewGoToSymbol",
18381838
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
1839-
{ "key": "ctrl+shift+g", "command": "editor.action.announceCursorPosition" },
1839+
{ "key": "ctrl+shift+alt+g", "command": "editor.action.announceCursorPosition",
1840+
"when": "accessibilityModeEnabled && editorTextFocus" },
18401841
{ "key": "ctrl+e", "command": "editor.action.toggleScreenReaderAccessibilityMode",
18411842
"when": "accessibilityHelpIsShown" },
18421843
{ "key": "shift+alt+f4", "command": "editor.action.toggleScreenReaderAccessibilityMode" },

linux.negative.keybindings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.108.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.108.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1836,7 +1836,8 @@
18361836
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
18371837
{ "key": "ctrl+shift+o", "command": "-editor.action.accessibleViewGoToSymbol",
18381838
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
1839-
{ "key": "ctrl+shift+g", "command": "-editor.action.announceCursorPosition" },
1839+
{ "key": "ctrl+shift+alt+g", "command": "-editor.action.announceCursorPosition",
1840+
"when": "accessibilityModeEnabled && editorTextFocus" },
18401841
{ "key": "ctrl+e", "command": "-editor.action.toggleScreenReaderAccessibilityMode",
18411842
"when": "accessibilityHelpIsShown" },
18421843
{ "key": "shift+alt+f4", "command": "-editor.action.toggleScreenReaderAccessibilityMode" },

macos.keybindings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.108.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.108.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -2019,7 +2019,8 @@
20192019
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
20202020
{ "key": "shift+cmd+o", "command": "editor.action.accessibleViewGoToSymbol",
20212021
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
2022-
{ "key": "shift+cmd+g", "command": "editor.action.announceCursorPosition" },
2022+
{ "key": "shift+alt+cmd+g", "command": "editor.action.announceCursorPosition",
2023+
"when": "accessibilityModeEnabled && editorTextFocus" },
20232024
{ "key": "cmd+e", "command": "editor.action.toggleScreenReaderAccessibilityMode",
20242025
"when": "accessibilityHelpIsShown" },
20252026
{ "key": "shift+alt+f1", "command": "editor.action.toggleScreenReaderAccessibilityMode" },

macos.negative.keybindings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.108.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.108.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -2019,7 +2019,8 @@
20192019
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
20202020
{ "key": "shift+cmd+o", "command": "-editor.action.accessibleViewGoToSymbol",
20212021
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
2022-
{ "key": "shift+cmd+g", "command": "-editor.action.announceCursorPosition" },
2022+
{ "key": "shift+alt+cmd+g", "command": "-editor.action.announceCursorPosition",
2023+
"when": "accessibilityModeEnabled && editorTextFocus" },
20232024
{ "key": "cmd+e", "command": "-editor.action.toggleScreenReaderAccessibilityMode",
20242025
"when": "accessibilityHelpIsShown" },
20252026
{ "key": "shift+alt+f1", "command": "-editor.action.toggleScreenReaderAccessibilityMode" },

windows.keybindings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.108.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.108.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1848,7 +1848,8 @@
18481848
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
18491849
{ "key": "ctrl+shift+o", "command": "editor.action.accessibleViewGoToSymbol",
18501850
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
1851-
{ "key": "ctrl+shift+g", "command": "editor.action.announceCursorPosition" },
1851+
{ "key": "ctrl+shift+alt+g", "command": "editor.action.announceCursorPosition",
1852+
"when": "accessibilityModeEnabled && editorTextFocus" },
18521853
{ "key": "ctrl+e", "command": "editor.action.toggleScreenReaderAccessibilityMode",
18531854
"when": "accessibilityHelpIsShown" },
18541855
{ "key": "shift+alt+f1", "command": "editor.action.toggleScreenReaderAccessibilityMode" },

windows.negative.keybindings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.108.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.108.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1848,7 +1848,8 @@
18481848
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
18491849
{ "key": "ctrl+shift+o", "command": "-editor.action.accessibleViewGoToSymbol",
18501850
"when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" },
1851-
{ "key": "ctrl+shift+g", "command": "-editor.action.announceCursorPosition" },
1851+
{ "key": "ctrl+shift+alt+g", "command": "-editor.action.announceCursorPosition",
1852+
"when": "accessibilityModeEnabled && editorTextFocus" },
18521853
{ "key": "ctrl+e", "command": "-editor.action.toggleScreenReaderAccessibilityMode",
18531854
"when": "accessibilityHelpIsShown" },
18541855
{ "key": "shift+alt+f1", "command": "-editor.action.toggleScreenReaderAccessibilityMode" },

0 commit comments

Comments
 (0)