aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-06-16 14:03:05 +0900
committerDevine Lu Linvega <[email protected]>2019-06-16 14:03:07 +0900
commit3feaa524e49c9960c4d6dfef725e5243c3bafffa (patch)
tree84069cbf4eef23f1801671230e8bc7765c2507e0 /README.md
parent945f5ae9912a4c12d1eda287cca9b462126cea52 (diff)
downloadOrca-3feaa524e49c9960c4d6dfef725e5243c3bafffa.tar.gz
Orca-3feaa524e49c9960c4d6dfef725e5243c3bafffa.zip
Added optional pos to inject and write
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6c45676..d35759c 100644
--- a/README.md
+++ b/README.md
@@ -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