mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
update README.md
This commit is contained in:
parent
be7932f809
commit
e5efa6555a
@ -29,9 +29,9 @@ key-mapper-service
|
|||||||
## Macros
|
## Macros
|
||||||
|
|
||||||
It is possible to write timed macros into the center column:
|
It is possible to write timed macros into the center column:
|
||||||
- `r(3, k("a").w(10))`: aaa
|
- `r(3, k("a").w(10))` aaa
|
||||||
- `r(2, k("a").k("-").k("b")`: a-a-b
|
- `r(2, k("a").k("-")).k("b")` a-a-b
|
||||||
- `w(1000).m("SHIFT_L", r(2, k("a"))).w(10, 20).k("b")`: AAb
|
- `w(1000).m("SHIFT_L", r(2, k("a"))).w(10, 20).k("b")` AAb
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
- `r` repeats
|
- `r` repeats
|
||||||
|
@ -33,7 +33,7 @@ all of the configured stuff.
|
|||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
r(3, k('a').w(10)): 'a' <10ms> 'a' <10ms> 'a'
|
r(3, k('a').w(10)): 'a' <10ms> 'a' <10ms> 'a'
|
||||||
r(2, k('a').k('-').k('b'): 'a' '-' 'a' '-' 'b'
|
r(2, k('a').k('-')).k('b'): 'a' '-' 'a' '-' 'b'
|
||||||
w(1000).m('SHIFT_L', r(2, k('a'))).w(10).k('b'): <1s> 'A' 'A' <10ms> 'b'
|
w(1000).m('SHIFT_L', r(2, k('a'))).w(10).k('b'): <1s> 'A' 'A' <10ms> 'b'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user