diff options
author | Devine Lu Linvega <[email protected]> | 2019-06-16 14:03:05 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-06-16 14:03:07 +0900 |
commit | 3feaa524e49c9960c4d6dfef725e5243c3bafffa (patch) | |
tree | 84069cbf4eef23f1801671230e8bc7765c2507e0 /README.md | |
parent | 945f5ae9912a4c12d1eda287cca9b462126cea52 (diff) | |
download | Orca-3feaa524e49c9960c4d6dfef725e5243c3bafffa.tar.gz Orca-3feaa524e49c9960c4d6dfef725e5243c3bafffa.zip |
Added optional pos to inject and write
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -118,9 +118,9 @@ All commands have a shorthand equivalent to their first two characters, for exam - `color:f00;0f0;00f` Colorizes the interface. - `graphic:123` Set the background to the local graphic `123.jpg`. - `find:aV` Sends cursor to string `aV`. -- `select:3;4;5;6` Move cursor to position `3,4`, and select size `5:6`. -- `inject:pattern` Inject the local file `pattern.orca`. -- `write:H;12;34` Writes glyph `H`, at `12,34`. +- `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). +- `write:H;12;34` Writes glyph `H`, at `12,34`(optional). ### Project Mode |