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.
2 parents 4926415 + a9c39b8 commit 4ef2ebfCopy full SHA for 4ef2ebf
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.F3,
+ primary: KeyMod.Alt | KeyCode.F1 | KeyMod.Shift,
32
weight: KeybindingWeight.WorkbenchContrib + 10,
33
}]
34
});
0 commit comments