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
d93cce86fa
commit
1e8f965394
@ -36,10 +36,10 @@ It is possible to write timed macros into the center column:
|
|||||||
- `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 the execution of the second parameter
|
||||||
- `w` waits in ms (randomly with 2 parameters)
|
- `w` waits in milliseconds (randomly with 2 parameters)
|
||||||
- `k` writes a keystroke
|
- `k` writes a single keystroke
|
||||||
- `m` modifies
|
- `m` holds a modifier while executing the second parameter
|
||||||
- `.` executes two actions behind each other
|
- `.` executes two actions behind each other
|
||||||
|
|
||||||
For a list of supported keystrokes and their names, check the output of `xmodmap -pke`
|
For a list of supported keystrokes and their names, check the output of `xmodmap -pke`
|
||||||
|
Loading…
Reference in New Issue
Block a user