Skip to content

Commit b8a170f

Browse files
authored
Changed 'name' to 'title' to match Command properties
1 parent 7f5ad7b commit b8a170f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ can be created / exported from [Edit > Keyboard Shortcuts](keyboard-shortcuts.md
4848
```
4949
When creating a keyboard shortcut for custom functionality in an
5050
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.
51+
You can then use that Command's title to bind the functionality
52+
to the shortcut using the `.aseprite-keys` file.
5353

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

0 commit comments

Comments
 (0)