Skip to content

Commit

Permalink
Fixed keyboard shortcuts in README
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed May 29, 2023
1 parent 3a3f0ba commit 93aed81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This extension provides an advanced editor for [Spright](https://github.com/houmain/spright#spright) configuration files.

- Files named `spright.conf` are automatically detected as _Spright Configuration_, for others it can be selected using _Change Language Mode_ . <kbd>Ctrl-K M</kbd>
- A graphical visualization of the configuration can be opened using _Show Spright editor panel_. <kbd>Ctrl-T</kbd>
- Sheet building can be triggered using _Build Spright output_. <kbd>Ctrl-B</kbd>
- Auto-completion of the configuration file can be triggered by _Complete Spright configuration_. <kbd>Ctrl-A</kbd>
- A graphical visualization of the configuration can be opened using _Show Spright editor panel_. <kbd>Ctrl-Shift-T</kbd>
- Sheet building can be triggered using _Build Spright output_. <kbd>Ctrl-Shift-B</kbd>
- Auto-completion of the configuration file can be triggered by _Complete Spright configuration_. <kbd>Ctrl-Shift-A</kbd>
- Image file and directories can be dropped on the editor to insert _input_ and _glob_ definitions.

Please see the [Spright reference](https://github.com/houmain/spright#spright) for details on how to write configuration files.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"spritesheet"
],
"categories": [
"Other"
"Languages",
"Visualization"
],
"icon": "media/icon.png",
"activationEvents": [
Expand Down

0 comments on commit 93aed81

Please sign in to comment.