- Define keys to be pressed rapidly during a set duration of time.
- Uses "KEYNAME/KEYCODE" to specify keys.
- You can view all the key codes by going to menu-strip and choose Scripts > Keynames
Parameters
- x: set duration in milliseconds.
- y: The string of the key-name(s) or keycode(s).
- Allows the use of "+" for key combinations
- Allows the use of "," for sequential key presses
Usage
- RAPIDTAP x y
- ex. RAPIDTAP 200 a
- Rapidly press "a" key for 200 milliseconds.