Forgot to add duplicate frame shortcut to cheatsheet

This commit is contained in:
jdescottes 2013-11-20 23:00:47 +01:00
parent 0a05374af5
commit 2d3bbc73f1

View File

@ -85,6 +85,7 @@
toDescriptor('↑', 'Select previous frame'), /* ASCII for up-arrow */ toDescriptor('↑', 'Select previous frame'), /* ASCII for up-arrow */
toDescriptor('↓', 'Select next frame'), /* ASCII for down-arrow */ toDescriptor('↓', 'Select next frame'), /* ASCII for down-arrow */
toDescriptor('N', 'Create new frame'), toDescriptor('N', 'Create new frame'),
toDescriptor('shift + N', 'Duplicate selected frame'),
toDescriptor('shift + ?', 'Open/Close this popup') toDescriptor('shift + ?', 'Open/Close this popup')
]; ];
for (var i = 0 ; i < miscKeys.length ; i++) { for (var i = 0 ; i < miscKeys.length ; i++) {