Input

Overview

With the Input action, automation of GUI related tasks can be performed by simulating mouse movements, mouse clicks, and keyboard presses, enabling you to control your computer with simple commands such as start, click, and write. Select the proper activities to replicate the actions that you normally perform manually (for example, Input - Move mouse, Input - Click mouse, Input - Send keystrokes). When you add a few steps, you can save them or test playback at the click of a button. This makes you more productive and allows you do something more meaningful or enjoyable with your time. Use this action combines with the Interactivity action to automate simple to complex GUI related operations.

Available activities

Click the appropriate link for more details regarding each activity.

Activity Description
Input - Block input Blocks user input from the keyboard and mouse. Also unblocks previously blocked input.
Input - Click mouse Clicks the mouse according to the specified parameters.
Input - Hold key Holds the specified keys down until a Input - Release key step is encountered.
Input - Move mouse Moves the mouse pointer to the specified pixel coordinates. To capture X/Y coordinates, move the cursor to the desired area on the screen and press Insert on you keyboard.
Input - Release key Releases the specified keys that were previously held down using the Input - Hold key activity.
Input - Send keystrokes Sends the keystrokes to the currently focused (front) window.