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

RunMacro Keyboard commands
Pick an item to see a detailed guide.
The Type Text command auto-types a piece of text into the focused field — as if you were pressing the keyboard…
The Key Press command sends exactly one key to the active app — for example Enter, Tab, Esc, arrows, or F1–F12…
The Key Hold command lets you hold (Down) or release (Up) a single key — unlike Key Press which taps at once. …
The Key Combo command automates a shortcut by sequencing Hold / Press / Release steps. This lets you build any…
The Paste Text command drops a predefined text into the focused field instantly (paste instead of typing key b…
The Paste from Clipboard command pastes whatever is currently in the clipboard (what you or a previous step co…
The Copy Text command auto-copies (Ctrl+C) the current selection to the clipboard for later steps to reuse. It…
The Clear Clipboard command empties the clipboard (sets it to blank). It prevents accidentally pasting old con…
The Set Clipboard command puts a value into the clipboard — either fixed (including from a variable) or by pro…
The IF Clipboard command checks the clipboard against a condition and steers the workflow: if true it jumps to…
The Extract Email Username command reads the email in the clipboard, takes the part before @ (the username), a…
The CDP Copy Text command reads text from a web page in Browser Mode (CDP) and stores it in the virtual clipbo…
RunMacro