Skip to content

Commit da4ac45

Browse files
committed
Revert "fix microsoft#188442"
This reverts commit a9c39b8.
1 parent 9434e79 commit da4ac45

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.F1 | KeyMod.Shift,
31+
primary: KeyMod.Alt | KeyCode.F3,
3232
weight: KeybindingWeight.WorkbenchContrib + 10,
3333
}]
3434
});

0 commit comments

Comments
 (0)