This activity simulates keyboard key presses on an active application or screen, allowing actions such as typing text, triggering shortcut commands, or filling forms. For the keystrokes to be applied correctly, the screen must be unlocked, visible, and focused on the target application. Incorrect focus may cause the input to be sent to the wrong window. If the screen resolution changes or the process relies on coordinates, commands may be applied inaccurately. Some virtual desktop environments may block keyboard simulation. Parenthesis characters must be written inside curly braces when sending them. Example: {(}test{)}.
Usage Scenarios
Sending shortcut keys to trigger system or application actions
Typing text into input fields
Navigating through forms using keyboard commands
Automating processes that require manual keystrokes
Parameters
Keys: The key or key combination to be sent (e.g., Enter, Ctrl+C, Ctrl+S)
Delay Time: Waiting time before execution (milliseconds)
Notes
The target window must be active and visible.
Curly braces are required for special characters such as parentheses.
Some remote or virtual machines may restrict keyboard simulation.