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 });