diff --git a/client/src/templates/Challenges/components/Hotkeys.js b/client/src/templates/Challenges/components/Hotkeys.js index 8196fb152d..ca49e156c6 100644 --- a/client/src/templates/Challenges/components/Hotkeys.js +++ b/client/src/templates/Challenges/components/Hotkeys.js @@ -4,7 +4,7 @@ import { HotKeys, GlobalHotKeys } from 'react-hotkeys'; import { navigate } from 'gatsby'; const keyMap = { - EXECUTE_CHALLENGE: 'ctrl+enter', + EXECUTE_CHALLENGE: ['ctrl+enter', 'cmd+enter'], NAVIGATE_PREV: ['ctrl+left', 'cmd+left'], NAVIGATE_NEXT: ['ctrl+right', 'cmd+right'] };