mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Forgot to add duplicate frame shortcut to cheatsheet
This commit is contained in:
parent
0a05374af5
commit
2d3bbc73f1
@ -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++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user