We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5ad7b commit b8a170fCopy full SHA for b8a170f
extensions/keys.md
@@ -48,8 +48,8 @@ can be created / exported from [Edit > Keyboard Shortcuts](keyboard-shortcuts.md
48
```
49
When creating a keyboard shortcut for custom functionality in an
50
aseprite extension, you must create a New Command for it first.
51
-You can then use that Command's Name to bind the functionality to
52
-the shortcut using the `.aseprite-keys` file.
+You can then use that Command's title to bind the functionality
+to the shortcut using the `.aseprite-keys` file.
53
54
You can read more on how to create Commands in the [API documentation](https://www.aseprite.org/api/plugin#pluginnewcommand)
55
0 commit comments