File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" },
Original file line number Diff line number Diff line change 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" ,
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" },
Original file line number Diff line number Diff line change 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" ,
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" },
Original file line number Diff line number Diff line change 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" ,
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" },
Original file line number Diff line number Diff line change 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" ,
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" },
Original file line number Diff line number Diff line change 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" ,
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" },
You can’t perform that action at this time.
0 commit comments