Skip to content

Commit

Permalink
Issue #287 : fix shortcut for cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandescottes committed Oct 10, 2015
1 parent a9c3a05 commit 628dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/service/keyboard/Shortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
NEXT_FRAME : createShortcut('next-frame', 'Select next frame', 'down'),
NEW_FRAME : createShortcut('new-frame', 'Create new empty frame', 'N'),
DUPLICATE_FRAME : createShortcut('duplicate-frame', 'Duplicate selected frame', 'shift+N'),
CHEATSHEET : createShortcut('cheatsheet', 'Open the keyboard shortcut cheatsheet', 'shift+?'),
CHEATSHEET : createShortcut('cheatsheet', 'Open the keyboard shortcut cheatsheet', ['?', 'shift+?']),
X1_PREVIEW : createShortcut('x1-preview', 'Toggle original size preview', 'alt+1'),
ONION_SKIN : createShortcut('onion-skin', 'Toggle onion skin', 'alt+O'),
LAYER_PREVIEW : createShortcut('layer-preview', 'Toggle layer preview', 'alt+L'),
Expand Down

0 comments on commit 628dd65

Please sign in to comment.