Triggers tell EZ Macros when to run a macro.
Trigger Choices
Press a Hot Key to launch the macroUse Type-A-Macro to launch a macroWait for a certain window to appear then launch the macro
Hot Key Trigger
The hot key page lets you:
- press the key combination directly into the hot key field
- choose whether the macro is global or tied to a specific program window
- type a full or partial window title for specific-program hotkeys
Tips
- EZ Macros tries to suggest a free hot key for new macros.
- Avoid plain letter keys for global macros unless you really want that behavior.
- If you choose
This macro works with a specific program, you must type a window title.
Program-List Special Case
When you create a Launch a list of programs macro, EZ Macros disables the global and specific-program options on the hot key page.
Type-A-Macro Trigger
Type-A-Macro lets you run a macro by typing a short key sequence.
Rules
- The key sequence can be up to 15 characters long.
- Do not use a common word ending such as
ing. - Mixed case can help. A short pattern like
nPis much safer than a common word fragment.
Best Use
Type-A-Macro works best for text expansion and repeated phrases.
Wait for a Window Trigger
This trigger watches the foreground window title.
- You can type all of the title or only part of it.
- A title like
Notepadis enough to match a window that contains that word. - The macro must still be enabled before it can run.
Which Trigger Should You Choose?
- Use
Hot Keyfor direct control. - Use
Type-A-Macrofor text shortcuts. - Use
Wait for a Windowwhen the same program always needs the same follow-up step.