aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorneauoire <[email protected]>2019-11-06 11:53:40 -0500
committerneauoire <[email protected]>2019-11-06 11:53:40 -0500
commita382ba37281c220eaed16da0822b6f6eda6c8810 (patch)
tree7c18aedcff6e004956f5c87cd069e533d0eb1191 /README.md
parent34ecab914b7135fafcfca211594c43a2c3d13170 (diff)
downloadOrca-a382ba37281c220eaed16da0822b6f6eda6c8810.tar.gz
Orca-a382ba37281c220eaed16da0822b6f6eda6c8810.zip
Improved drag/drop loading
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30b577c..2153eee 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ For example, `=1abc` will send `10`, `11` and `12` to `/1`, via the port `49162`
## Advanced Controls
-Some of Orca's features can be **controlled externally** via UDP though port `49160`, or via its own command-line interface. To activate the command-line prompt, press `CmdOrCtrl+K`. The prompt can also be used to inject patterns or graphics, local files are located in the same directory as the active `.orca` file.
+Some of Orca's features can be **controlled externally** via UDP though port `49160`, or via its own command-line interface. To activate the command-line prompt, press `CmdOrCtrl+K`. The prompt can also be used to inject patterns or change settings.
### Injection Mode
@@ -135,7 +135,6 @@ All commands have a shorthand equivalent to their first two characters, for exam
- `skip:2` Adds `2`, to the current frame value.
- `rewind:2` Removes `2`, to the current frame value.
- `color:f00;0f0;00f` Colorizes the interface.
-- `graphic:123;jpg` Set the background to the local graphic `123.jpg`, with extension `jpg`(optional).
- `find:aV` Sends cursor to string `aV`.
- `select:3;4;5;6` Move cursor to position `3,4`, and select size `5:6`(optional).
- `inject:pattern;12;34` Inject the local file `pattern.orca`, at `12,34`(optional).