Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Press a single key automatically in RunMacro
What it does
The Key Press command sends exactly one key to the active app — for example Enter, Tab, Esc, arrows, or F1–F12. It presses and releases at once, like tapping a key.
When to use it
- Press Enter to confirm or add a new line.
- Press Tab to jump to the next field in a form.
- Press Esc to close a dialog.
- Use arrow keys to move in a list/menu.
Configuration steps
- Add a Keyboard › Key Press command.
- Choose the key from the list (Enter, Tab, Esc, F1–F12, arrows...).
- Save. On run, the key is sent to the active window.
Every option explained
Real example
Example: tab between fields then confirm
- Type Text into the first field.
- Key Press Tab to move to the next field.
- Type Text again, then Key Press Enter to submit.
Tips & common mistakes
Need a combo like Ctrl+C or Alt+F4? Use the Key Combo command instead.
This command also works in Browser Mode (keys sent via Chrome/CDP).
RunMacro