fix: improve cross-platform consistency

Co-authored-by: moT01 <tmondloch01@gmail.com>
pull/36842/head
Oliver Eyton-Williams 2019-09-19 15:21:45 +02:00 committed by mrugesh
parent cd3ef998a6
commit 8b2f96609d
1 changed files with 1 additions and 1 deletions

View File

@ -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']
};