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

Switch the active window in RunMacro
What it does
The Switch Window command finds a window by title, restores it if minimized, then brings it to the front and focuses it. This ensures the next type/click commands hit the right app.
When to use it
- Switch to the right app before typing/clicking.
- Bring a hidden or minimized window forward.
- Alternate between apps during a workflow.
Configuration steps
- Add a Window › Switch Window command.
- Pick the target window (or type the title, use
*). - Place it before type/click commands to ensure correct focus. Save.
Every option explained
Real example
Example: focus the browser then type a URL
- Switch Window to the one containing "Chrome".
- Key Combo Ctrl+L (or click the address bar).
- Type Text the URL then Enter.
Tips & common mistakes
Always Switch Window before acting if your workflow opens several apps — it avoids typing in the wrong place.
RunMacro