Using interactive macros
Interactive macros are used to control the flow when executing your template.
They can perform different tasks:
- Send keystrokes (key) (e.g. sending TABs to populate multiple fields in a form)
- Pause the execution of the template (wait)
- Launch applications (run) and open websites (url)
- Activating a specific window (focus)
- Compose an email (mail)
They are displayed with a different color in the editor.
Position cursor
The position cursor is a special macro that moves the cursor in a specific place after the template has been executed.
This comes especially handy when you need to insert tags and you want the typing position to be between the tags.
To insert a cursor placeholder, click on the Position cursor button.