mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 01:20:25 +00:00
Possibility to associate keyboard shorcuts to clear/link/unlink cels
This commit is contained in:
parent
2161604921
commit
14427e98af
@ -95,6 +95,10 @@
|
|||||||
<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" />
|
||||||
|
<!-- Cels -->
|
||||||
|
<key command="ClearCel" />
|
||||||
|
<key command="UnlinkCel" />
|
||||||
|
<key command="LinkCels" />
|
||||||
<!-- Select -->
|
<!-- Select -->
|
||||||
<key command="MaskAll" shortcut="Ctrl+A" mac="Cmd+A" />
|
<key command="MaskAll" shortcut="Ctrl+A" mac="Cmd+A" />
|
||||||
<key command="MaskContent" shortcut="Ctrl+T" mac="Cmd+T" />
|
<key command="MaskContent" shortcut="Ctrl+T" mac="Cmd+T" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user