Skip to content

Commit 4ef2ebf

Browse files
authored
Merge pull request microsoft#188511 from microsoft/merogge/reassign-binding
reassign toggle screen reader mode keybinding
2 parents 4926415 + a9c39b8 commit 4ef2ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/codeEditor/browser/accessibility/accessibility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ToggleScreenReaderMode extends Action2 {
2828
when: accessibilityHelpIsShown
2929
},
3030
{
31-
primary: KeyMod.Alt | KeyCode.F3,
31+
primary: KeyMod.Alt | KeyCode.F1 | KeyMod.Shift,
3232
weight: KeybindingWeight.WorkbenchContrib + 10,
3333
}]
3434
});

0 commit comments

Comments
 (0)