We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9434e79 commit da4ac45Copy full SHA for da4ac45
src/vs/workbench/contrib/codeEditor/browser/accessibility/accessibility.ts
@@ -28,7 +28,7 @@ class ToggleScreenReaderMode extends Action2 {
28
when: accessibilityHelpIsShown
29
},
30
{
31
- primary: KeyMod.Alt | KeyCode.F1 | KeyMod.Shift,
+ primary: KeyMod.Alt | KeyCode.F3,
32
weight: KeybindingWeight.WorkbenchContrib + 10,
33
}]
34
});
0 commit comments