Send hot key
Description
The Send Hot Key activity allows you to send a keyboard shortcuts to a window element.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | bool | Specifies whether automation should continue even if the activity raises an error |
Delay After | In(int) | Delay time (in milliseconds) after executing the activity. The default amount of time is 300 milliseconds. | |
Delay Before | In(int) | Delay time (in milliseconds) before the activity begins performing any operations. The default amount of time is 300 milliseconds. | |
Input | Selector | In(string) | String of characters that identifies the location of the window element. |
Misc | Selector | In(string) | String of characters that identifies the location of the window element. |
Alt | bool | Modifier Key Alt. | |
Ctrl | bool | Modifier Key Ctrl. | |
Shift | bool | Modifier Key Shift. | |
Win | bool | Modifier Key Win. | |
Options | Element | In<UiElement> | Uses variable with type = "UIElement" as input instead of selector string. |
Input Window | In<WindowApp> | The window page to action this activity. This field only supports the WindowApp variable |