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

Automate keyboard shortcuts in RunMacro
What it does
The Key Combo command automates a shortcut by sequencing Hold / Press / Release steps. This lets you build any shortcut such as Ctrl+C, Ctrl+Shift+Esc, or Alt+Tab.
When to use it
- Copy/paste with Ctrl+C, Ctrl+V.
- Select all with Ctrl+A.
- Switch windows with Alt+Tab.
- Any shortcut your app supports.
Configuration steps
- Add a Keyboard › Key Combo command.
- Build the sequence: e.g. Hold Ctrl → Press C → Release Ctrl for Ctrl+C.
- (Optional) adjust the interval between steps.
- Save.
Every option explained
Real example
Example: select all then copy (Ctrl+A, Ctrl+C)
- Key Combo: Hold Ctrl → Press A → Release Ctrl.
- Key Combo: Hold Ctrl → Press C → Release Ctrl.
- The content is now in the Clipboard for later use.
Tips & common mistakes
Standard pattern for a shortcut: Hold the modifier → Press the letter → Release the modifier.
Always release held modifiers (Ctrl/Shift/Alt) at the end to avoid stuck keys.
RunMacro