Keyword: RELEASE - Release keys

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: RELEASE - Release keys

Unread post by YiMeng »

Description
  • Define keys to be released.
  • If specified keys are not pressed/hold, event is ignored.
  • Similar to "KEYCODE": Key-codes takes preference
    • For example "KEYCODE 2" will return the "1" key because the key code for "1" returns 2
    • You can view all the key codes by going to menu-strip and choose Help > Key Names

Parameters
  • x: The string of key-name or keycode to be released
  • Allow the use of "+" for key combinations
  • Allow the use of "," for sequential key presses

Usage
  • RELEASE x
  • ex. RELEASE shift