Skip to main content

Send Keys

Sends keystroke commands to the active window

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Key - The key to send. (e.g c or x)

Options

  • Key Modifier 1 - First keystroke can be one of the following:

    • Enter
    • Shift
    • Ctrl
    • Win
    • Alt
    • Escape
    • Home
    • Delete
    • Insert
    • End
    • Space
    • Tab
    • Page up
    • Page down
    • Left
    • Up
    • Right
    • Down
    • Backspace
    • Command
    • Print Screen
    • F1
    • F2
    • F3
    • F4
    • F5
    • F6
    • F7
    • F8
    • F9
    • F10
    • F11
    • F12
  • Key Modifier 2 - Second additional keystroke command, options are the same as for Key Modifier 1.

  • Key Modifier 3 - Third additional keystroke command, options are the same as for Key Modifier 1 and 2.