From 3490a3a956a1947993026607b2787fae39b6cef1 Mon Sep 17 00:00:00 2001 From: Bruce B Date: Tue, 22 Mar 2022 05:22:26 -0700 Subject: [PATCH] fix(a11y): hotkeys for toggle-aria-roledescription (#45498) --- client/src/templates/Challenges/classic/editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Challenges/classic/editor.tsx b/client/src/templates/Challenges/classic/editor.tsx index a357f51b9b..26026ece36 100644 --- a/client/src/templates/Challenges/classic/editor.tsx +++ b/client/src/templates/Challenges/classic/editor.tsx @@ -420,7 +420,7 @@ const Editor = (props: EditorProps): JSX.Element => { id: 'toggle-aria-roledescription', label: 'Toggle aria-roledescription', keybindings: [ - monaco.KeyMod.CtrlCmd | monaco.KeyMod.Alt | monaco.KeyCode.KEY_J + monaco.KeyMod.Shift | monaco.KeyMod.Alt | monaco.KeyCode.KEY_R ], run: toggleAriaRoledescription });