mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 12:44:53 +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="GotoFirstFrame" shortcut="Home" />
|
||||||
<key command="GotoPreviousFrame" shortcut="Left" />
|
<key command="GotoPreviousFrame" shortcut="Left" />
|
||||||
<key command="GotoNextFrame" shortcut="Right" />
|
<key command="GotoNextFrame" shortcut="Right" />
|
||||||
|
<key command="GotoPreviousFrame" shortcut="," />
|
||||||
|
<key command="GotoNextFrame" shortcut="." />
|
||||||
<key command="GotoLastFrame" shortcut="End" />
|
<key command="GotoLastFrame" shortcut="End" />
|
||||||
<key command="GotoFrame" shortcut="Alt+G" />
|
<key command="GotoFrame" shortcut="Alt+G" />
|
||||||
<key command="PlayAnimation" shortcut="Enter" />
|
<key command="PlayAnimation" shortcut="Enter" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user