Add keyboard shortcuts.

This commit is contained in:
Anna Rose Wiggins
2024-07-30 20:44:35 -04:00
committed by annabunches
parent 93408efb9e
commit cb8e2791e7
5 changed files with 26 additions and 14 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<keyboard version="1">
<commands>
<key command="ABASEExportSpritesheetAdvanced" shortcut="Ctrl+Alt+E" mac="Ctrl+Cmd+E"/>
<key command="ABASEToggleIgnoreLayer" shortcut="Ctrl+Alt+I" mac="Ctrl+Cmd+I"/>
<key command="ABASEToggleExportAsSprite" shortcut="Ctrl+Alt+M" mac="Ctrl+Cmd+M"/>
</commands>
</keyboard>