Browse Source

Add deselect to readme

master
cancel 6 years ago
parent
commit
e988d8f279
  1. 5
      README.md

5
README.md

@ -65,9 +65,9 @@ Run the interactive terminal UI, useful for debugging or observing behavior. Pas
#### Controls #### Controls
- `ctrl+q`: quit - `ctrl+q`: quit
- Arrow keys or `ctrl+h/j/k/l`: move cursor - arrow keys or `ctrl+h/j/k/l`: move cursor
- `A`-`Z`, `a`-`z`, `0`-`9`, and other printable characters: write character to grid at cursor - `A`-`Z`, `a`-`z`, `0`-`9`, and other printable characters: write character to grid at cursor
- Spacebar: play or pause - spacebar: play or pause
- `ctrl+f`: step the simulation one tick forward - `ctrl+f`: step the simulation one tick forward
- `ctrl+z` or `ctrl+u`: undo - `ctrl+z` or `ctrl+u`: undo
- `ctrl+c`: copy - `ctrl+c`: copy
@ -79,6 +79,7 @@ Run the interactive terminal UI, useful for debugging or observing behavior. Pas
- `(` and `)`: resize grid horizontally - `(` and `)`: resize grid horizontally
- `_` and `+`: resize grid vertically - `_` and `+`: resize grid vertically
- `<` and `>`: adjust BPM - `<` and `>`: adjust BPM
- escape: deselect (set cursor rectangle to 1x1)
### CLI interpreter ### CLI interpreter

Loading…
Cancel
Save