mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Add , and . shortcuts to navigate frames
This commit is contained in:
parent
3d40d9beb7
commit
4e061d1a56
@ -68,6 +68,8 @@
|
||||
<key command="GotoFirstFrame" shortcut="Home" />
|
||||
<key command="GotoPreviousFrame" shortcut="Left" />
|
||||
<key command="GotoNextFrame" shortcut="Right" />
|
||||
<key command="GotoPreviousFrame" shortcut="," />
|
||||
<key command="GotoNextFrame" shortcut="." />
|
||||
<key command="GotoLastFrame" shortcut="End" />
|
||||
<key command="GotoFrame" shortcut="Alt+G" />
|
||||
<key command="PlayAnimation" shortcut="Enter" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user