Skip to content

Commit a9c39b8

Browse files
committed
1 parent b210745 commit a9c39b8

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)