Skip to content

Instantly share code, notes, and snippets.

@dacap
Created December 29, 2016 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacap/f491879c3357fe2ef2473a1d1131479d to your computer and use it in GitHub Desktop.
Save dacap/f491879c3357fe2ef2473a1d1131479d to your computer and use it in GitHub Desktop.
Aseprite file with an extra zoom level (600%) in number keys 1,2,3,4,5,6,7
<?xml version="1.0" encoding="utf-8" ?>
<keyboard version="1">
<commands>
<key command="Zoom" shortcut="1"><param name="percentage" value="100" /></key>
<key command="Zoom" shortcut="2"><param name="percentage" value="200" /></key>
<key command="Zoom" shortcut="3"><param name="percentage" value="400" /></key>
<key command="Zoom" shortcut="4"><param name="percentage" value="600" /></key>
<key command="Zoom" shortcut="5"><param name="percentage" value="800" /></key>
<key command="Zoom" shortcut="6"><param name="percentage" value="1600" /></key>
<key command="Zoom" shortcut="7"><param name="percentage" value="3200" /></key>
</commands>
<tools />
<quicktools />
<actions />
</keyboard>
@dacap
Copy link
Author

dacap commented Dec 29, 2016

You can import this file from Edit > Keyboard Shortcuts > Import option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment