Keyword: RAPIDTAP - Taps for a duration

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: RAPIDTAP - Taps for a duration

Unread post by YiMeng »

Description
  • 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.