From 7a003df5a749639b76652ac6bbe75fe8e02986f1 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Thu, 15 Jan 2026 01:45:44 +0000 Subject: [PATCH] Update for VSCode 1.108.1 --- linux.keybindings.json | 5 +++-- linux.negative.keybindings.json | 5 +++-- macos.keybindings.json | 5 +++-- macos.negative.keybindings.json | 5 +++-- windows.keybindings.json | 5 +++-- windows.negative.keybindings.json | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/linux.keybindings.json b/linux.keybindings.json index fe60569..9b5f915 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.108.0 for Linux +// Default Keybindings of Visual Studio Code 1.108.1 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1836,7 +1836,8 @@ "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, { "key": "ctrl+shift+o", "command": "editor.action.accessibleViewGoToSymbol", "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, - { "key": "ctrl+shift+g", "command": "editor.action.announceCursorPosition" }, + { "key": "ctrl+shift+alt+g", "command": "editor.action.announceCursorPosition", + "when": "accessibilityModeEnabled && editorTextFocus" }, { "key": "ctrl+e", "command": "editor.action.toggleScreenReaderAccessibilityMode", "when": "accessibilityHelpIsShown" }, { "key": "shift+alt+f4", "command": "editor.action.toggleScreenReaderAccessibilityMode" }, diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index 2ec5a1e..d9f48eb 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.108.0 for Linux +// Default Keybindings of Visual Studio Code 1.108.1 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1836,7 +1836,8 @@ "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, { "key": "ctrl+shift+o", "command": "-editor.action.accessibleViewGoToSymbol", "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, - { "key": "ctrl+shift+g", "command": "-editor.action.announceCursorPosition" }, + { "key": "ctrl+shift+alt+g", "command": "-editor.action.announceCursorPosition", + "when": "accessibilityModeEnabled && editorTextFocus" }, { "key": "ctrl+e", "command": "-editor.action.toggleScreenReaderAccessibilityMode", "when": "accessibilityHelpIsShown" }, { "key": "shift+alt+f4", "command": "-editor.action.toggleScreenReaderAccessibilityMode" }, diff --git a/macos.keybindings.json b/macos.keybindings.json index ee6cc4f..27048d6 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.108.0 for macOS +// Default Keybindings of Visual Studio Code 1.108.1 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -2019,7 +2019,8 @@ "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, { "key": "shift+cmd+o", "command": "editor.action.accessibleViewGoToSymbol", "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, - { "key": "shift+cmd+g", "command": "editor.action.announceCursorPosition" }, + { "key": "shift+alt+cmd+g", "command": "editor.action.announceCursorPosition", + "when": "accessibilityModeEnabled && editorTextFocus" }, { "key": "cmd+e", "command": "editor.action.toggleScreenReaderAccessibilityMode", "when": "accessibilityHelpIsShown" }, { "key": "shift+alt+f1", "command": "editor.action.toggleScreenReaderAccessibilityMode" }, diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index a406e2c..f47b5df 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.108.0 for macOS +// Default Keybindings of Visual Studio Code 1.108.1 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -2019,7 +2019,8 @@ "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, { "key": "shift+cmd+o", "command": "-editor.action.accessibleViewGoToSymbol", "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, - { "key": "shift+cmd+g", "command": "-editor.action.announceCursorPosition" }, + { "key": "shift+alt+cmd+g", "command": "-editor.action.announceCursorPosition", + "when": "accessibilityModeEnabled && editorTextFocus" }, { "key": "cmd+e", "command": "-editor.action.toggleScreenReaderAccessibilityMode", "when": "accessibilityHelpIsShown" }, { "key": "shift+alt+f1", "command": "-editor.action.toggleScreenReaderAccessibilityMode" }, diff --git a/windows.keybindings.json b/windows.keybindings.json index 607b2ea..c4de488 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.108.0 for Windows +// Default Keybindings of Visual Studio Code 1.108.1 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1848,7 +1848,8 @@ "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, { "key": "ctrl+shift+o", "command": "editor.action.accessibleViewGoToSymbol", "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, - { "key": "ctrl+shift+g", "command": "editor.action.announceCursorPosition" }, + { "key": "ctrl+shift+alt+g", "command": "editor.action.announceCursorPosition", + "when": "accessibilityModeEnabled && editorTextFocus" }, { "key": "ctrl+e", "command": "editor.action.toggleScreenReaderAccessibilityMode", "when": "accessibilityHelpIsShown" }, { "key": "shift+alt+f1", "command": "editor.action.toggleScreenReaderAccessibilityMode" }, diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index a87714a..dd5dc48 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.108.0 for Windows +// Default Keybindings of Visual Studio Code 1.108.1 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1848,7 +1848,8 @@ "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, { "key": "ctrl+shift+o", "command": "-editor.action.accessibleViewGoToSymbol", "when": "accessibilityHelpIsShown && accessibleViewGoToSymbolSupported || accessibleViewGoToSymbolSupported && accessibleViewIsShown" }, - { "key": "ctrl+shift+g", "command": "-editor.action.announceCursorPosition" }, + { "key": "ctrl+shift+alt+g", "command": "-editor.action.announceCursorPosition", + "when": "accessibilityModeEnabled && editorTextFocus" }, { "key": "ctrl+e", "command": "-editor.action.toggleScreenReaderAccessibilityMode", "when": "accessibilityHelpIsShown" }, { "key": "shift+alt+f1", "command": "-editor.action.toggleScreenReaderAccessibilityMode" },