Skip to content

Commit

Permalink
Merging string writer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam authored Dec 10, 2021
1 parent bc83f8d commit 2717bd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The configuration file `keyMap.txt` has the following syntax:
-sleep and sleepRelease :
Sleeps
-string and stringRelease :
Writes a string
Writes a string, doesn't use xdotool so xdotool keys won't work
-key : does keyPress at press and keyRelease at release
-keyPress :
Expand All @@ -69,9 +69,7 @@ The configuration file `keyMap.txt` has the following syntax:
-keyClick : Press a key once when the button is pressed .
-keyClickRelease : Press a key once when the button is released .
-special : Use it to write special chars that won't work using xdotool (previous functions like string or key), can accept a string like @@@@@@.
It is also faster than all xdotool functions.
-specialRelease : On release
#Use theses to press/unpress special chars that won't work using xdotool
-specialPressOnPress : Supports 1 char only...
-specialPressOnRelease : 1 char
-specialReleaseOnPress : 1 char
Expand Down

0 comments on commit 2717bd6

Please sign in to comment.