~rabbits/orca-toy

276c800b2e9cb1137b395115f5966f1de9200d0f — neauoire 1 year, 8 months ago 38f55cd
Added controls to guide
2 files changed, 14 insertions(+), 14 deletions(-)

M README.md
M orca.tal
M README.md => README.md +13 -14
@@ 18,7 18,6 @@ To build the C version(old), you must have [SDL2](https://wiki.libsdl.org/).
cc orca.c -std=c89 -O2 -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -lportmidi -o orca && ./orca
```


## Operators

To display the list of operators inside of Orca, use `CmdOrCtrl+G`.


@@ 54,19 53,19 @@ To display the list of operators inside of Orca, use `CmdOrCtrl+G`.

## Controls

- `PAGEUP`, incr. bpm.
- `PAGEDOWN`, decr. bpm.
- `SHIFT+ARROW` scale selection.
- `CTRL+ARROW` drag selection.
- `ALT+ARROW` skip selection.
- `ARROW` move selection.
- `SPACE` toggle play.
- `BACKSPACE` erase.
- `CTRL+/` comment selection.
- `CTRL+U` uppercase selection.
- `CTRL+L` lowercase selection.
- `CTRL+[` decrement selection.
- `CTRL+]` increment selection.
`space` - toggle play/paste
`backspace` - erase
`escape` - deselect
`arrow` - move
`shift+arrow` - scale selection
`ctrl+arrow` - drag selection
`ctrl+n` - new
`ctrl+s` - save
`ctrl+r` - rename
`ctrl+o` - open
`ctrl+c` - copy
`ctrl+v` - paste
`ctrl+x` - cut

## Syntax Highlight


M orca.tal => orca.tal +1 -0
@@ 5,6 5,7 @@
	escape - deselect
	arrow - move
	shift+arrow - scale selection
	ctrl+arrow - drag selection
	ctrl+n - new
	ctrl+s - save
	ctrl+r - rename