Skip to content

Commit

Permalink
doc: add project rationale and keys
Browse files Browse the repository at this point in the history
  • Loading branch information
aldum committed Nov 24, 2023
1 parent a130a75 commit af7c8dd
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,26 @@ Rather than the default LÖVE storage locations (save directory, cache, etc), th
application uses a folder under *Documents* to store projects. Ideally, this is
located on removable storage to enable sharing programs the user writes.

For simplicity and security reasons, the user is only allowed to access files
inside a project. To interact with the filesystem, a project must be selected
first.

## Keys

| Command | Keymap |
| :-------------------------------------- | :---------------------: |
| clear terminal | <kbd>Ctrl-Shift-L</kbd> |
| quit project | <kbd>Ctrl-Shift-Q</kbd> |
| reset | <kbd>Ctrl-Shift-R</kbd> |
| | |
| Clear terminal | <kbd>Ctrl-L</kbd> |
| Command | Keymap |
| :--------------------------------- | :-------------------------------------------: |
| Clear terminal | <kbd>Ctrl</kbd>+<kbd>L</kbd> |
| Quit project | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Q</kbd> |
| Reset application to initial state | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd> |
| Exit application | <kbd>Ctrl</kbd>+<kbd>Esc</kbd> |
| **Input** |
| Move cursor | <kbd>⇦</kbd><kbd>⇧</kbd><kbd>⇨</kbd><kbd>⇩</kbd> |
| Go back in command history | <kbd>PageUp</kbd> |
| Go forward in command history | <kbd>PageDown</kbd> |
| Move in history (if in first/last line) | <kbd>⇧</kbd><kbd>⇩</kbd> |
| Jump to start | <kbd>Home</kbd> |
| Jump to end | <kbd>End</kbd> |
| Insert newline | <kbd>Shift</kbd>+<kbd>Enter</kbd> |

### Projects

Expand Down

0 comments on commit af7c8dd

Please sign in to comment.