From 6332b4db8c9ddb0a39fbf074effff1dc5ae38a4c Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sat, 5 Dec 2020 12:17:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f8c4487..413681d5 100644 --- a/README.md +++ b/README.md @@ -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