Page 1 of 1

Keyword: RELEASE - Release keys

Posted: Thu May 20, 2021 12:53 am
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