Wait For Hot Key

Waits for a specific Hot Key

This activity suspends the execution of the Process until a specific Hot Key is pressed by the user.

Input

  • Key : Specifies the key for the HotKey event.

  • Key Modifiers : Specifies the key modifiers for the Hotkey event. The available options are: Alt, Ctrl, Win, and Shift.

  • Timeout: Integer Argument Specifies the time out in seconds. By default, the timeout value is 30 seconds.

Last updated