Add , and . shortcuts to navigate frames

This commit is contained in:
David Capello 2014-08-24 23:32:17 -03:00
parent 3d40d9beb7
commit 4e061d1a56

View File

@ -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" />