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

Auto hold click in RunMacro
What it does
The Hold Click command auto-holds a mouse button at a set position for a duration you choose (e.g. 2 seconds), then releases it automatically.
When to use it
- Games that need a held button to charge or keep moving.
- Hold to trigger a long-press menu.
- Any action that needs press-and-hold for a while.
Configuration steps
- Add a Mouse › Hold Click command.
- Set coordinates with
F2, or enable Use current position. - Choose the mouse button.
- Enter the hold time (ms) — e.g.
2000= 2 seconds. - Save.
Every option explained
Real example
Example: hold left click for 3 seconds in a game
- Add a Hold Click, aim at the target with
F2. - Choose the Left button.
- Enter hold time
3000(3 seconds). - Save and run — RunMacro holds for 3 seconds then releases.
Tips & common mistakes
Time is in milliseconds:
2000 = 2 seconds. Press the RunMacro stop hotkey to interrupt.For drag-and-drop (hold then move), use Mouse Button (Down/Up) with Mouse Move instead of Hold Click.
RunMacro