Limiting windows where macros work

Is there any way to make a macro that only will work on specific windows? Similar to the way autohotkeys’ If WinActive (“program”) works?

Any help would be nice, even if its not any similar way to reciprocate it.

Sure - lots of ways. The most straight-forward is to do it at the Group level. Like this:

Or you can split it up between the Group and the Macro, like this:

and a macro in that group:

Does that help?

1 Like

Very much so. Thank you!

1 Like

Glad to help! Feel free to ask more questions