Browse Source

Change to use controls banner from tui in readme

master
cancel 6 years ago
parent
commit
046ef871c7
  1. 48
      README.md

48
README.md

@ -117,27 +117,33 @@ $ build/release/orca --portmidi-output-device 3 # run orca with midi device 3
#### Controls #### Controls
- `ctrl+q`: quit ```
- `arrow keys` or `ctrl+h/j/k/l`: move cursor ┌ Controls ───────────────────────────────────────────┐
- `A`-`Z`, `a`-`z`, `0`-`9`, and other printable characters: write character to grid at cursor │ Ctrl+Q Quit │
- `spacebar`: play or pause │ Arrow Keys Move Cursor │
- `ctrl+f`: step the simulation one tick forward │ Ctrl+D or F1 Open Main Menu │
- `ctrl+z` or `ctrl+u`: undo │ 0-9, A-Z, a-z, Insert Character │
- `ctrl+x`: cut │ !, :, =, #, * │
- `ctrl+c`: copy │ Spacebar Play/Pause │
- `ctrl+v`: paste │ Ctrl+Z or Ctrl+U Undo │
- `ctrl+s`: save │ Ctrl+X Cut │
- `ctrl+d` or `F1`: open main menu │ Ctrl+C Copy │
- `return` or `enter`: change into or out of overwrite/append mode │ Ctrl+V Paste │
- `/`: change into or out of key-trigger mode (for the `!` operator) │ Ctrl+S Save │
- `'` (single quote): change into or out of rectangle selection size adjustment mode │ Ctrl+F Frame Step Forward │
- `shift+arrow keys`: adjust rectangle selection size (only in some terminals) │ Return Append/Overwrite Mode │
- `escape`: return to normal mode, or deselect (set cursor rectangle selection to 1x1) │ / Key Trigger Mode │
- `[` and `]`: adjust cosmetic grid rulers horizontally │ ' (quote) Rectangle Selection Mode │
- `{` and `}`: adjust cosmetic grid rulers vertically │ Shift+Arrow Keys Adjust Rectangle Selection │
- `(` and `)`: resize grid horizontally │ Escape Return to Normal Mode or Deselect │
- `_` and `+`: resize grid vertically │ ( and ) Resize Grid (Horizontal) │
- `<` and `>`: adjust BPM │ _ and + Resize Grid (Vertical) │
│ [ and ] Adjust Grid Rulers (Horizontal) │
│ { and } Adjust Grid Rulers (Vertical) │
< and > Adjust BPM │
│ ? Controls (this message) │
└─────────────────────────────────────────────────────┘
```
### CLI interpreter ### CLI interpreter

Loading…
Cancel
Save