Send key sequence
This type of scheduled task is designed for sending a combination of keys (or a text fragment) to the selected application.
Window title
Title of a window where the key pressings (or the text) should be sent to.
All windows whose title begins with the specified text
Send keys to all windows whose title begins with the text specified under Window title.
All windows whose title ends with the specified text
Since version 6.0, send keys to all windows whose title ends with the text specified under Window title.
All windows whose title contains the specified text
Send keys to all windows whose title begins with the text specified under Window title.
Key sequence to send
A string to be sent. This string can be formatted using the following rules:
Key sequence formatting rules
To specify one of special characters (+^%$()[]{}), enclose it inside square brackets. For example, to specify the plus sign, use [+].
The following commands can be enclosed in the braces ({}):
To specify characters that are not displayed when you press a key (such as Enter or Tab) and keys that represent actions rather than characters, use the following key codes:
The following format specifiers can be used to define DATETIME format:
Examples:
Returning codes
Error code: Error code of starting the command
Exit code: Error code of sending the keys
Categories: Manual, Shortcut type
The “Send key sequence” shortcut type simulates user input by passing keyboard activity to the Operating System. However, different applications processes user input in different ways, so you should test this feature with your application to make sure that your application accepts simulated keyboard input properly.