Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions extensions/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ can be created / exported from [Edit > Keyboard Shortcuts](keyboard-shortcuts.md
</commands>
</keyboard>
```
When creating a keyboard shortcut for custom functionality in an
aseprite extension, you must create a New Command for it first.
You can then use that Command's title to bind the functionality
to the shortcut using the `.aseprite-keys` file.

You can read more on how to create Commands in the [API documentation](https://www.aseprite.org/api/plugin#pluginnewcommand)

---

Expand Down