Update README.md

This commit is contained in:
sezanzeb 2020-12-05 12:17:36 +01:00
parent 914a1cff80
commit 6332b4db8c

View File

@ -22,7 +22,7 @@ It is possible to write timed macros into the center column:
- `k(1).k(2)` 1, 2
- `r(3, k(a).w(500))` a, a, a with 500ms pause
- `m(Control_L, k(a).k(x))` CTRL + a, CTRL + x
- `h(k(1))` writes ones while the key is pressed down
- `k(1).h(k(2)).k(3)` writes 1 2 2 ... 2 2 3 while the key is pressed
Documentation:
- `r` repeats the execution of the second parameter