However there is one app in which I don't want to run this global macro for. Rather than create another group (and add every single application - and remember to add new ones too - to this group), I'd like to keep the gloval macro and add a exception for this one app.
The way I'm trying to do this is - within the global macro - get the window title or application name of the front most app and then not do anything if that application name matches the one I want to ignore.
But I don't see any way to get a front most window name or application name. I can switch to an application etc - but how do I retrieve the front application/window name ?
Indeed I was aware of that, but he explicitly said that the reason he didn't want to create another group was because he didn't want to ADD a bunch of app names. The approach I offered was subtracting app names. So I thought it might meet his requirement.