From e159aff99521cd9334840d8d48f5f3812f4019cf Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sat, 28 Nov 2020 22:59:07 +0100 Subject: [PATCH] a meaningful macro example --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc500451..7c9bcf15 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,9 @@ key-mapper-service ## Macros It is possible to write timed macros into the center column: -- `k(1).k(2)` 12 -- `k(1).w(10).k(2)` 12 -- `r(3, k(a).w(10))` aaa -- `r(2, k(a).k(-)).k(b)` a-a-b -- `w(1000).m(SHIFT_L, r(2, k(a))).w(10).k(b)` AAb +- `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 Documentation: - `r` repeats the execution of the second parameter