Wish there was a `switch` on `Application`

Would simplify a few of my macros. I have macros like this:

Where I want depending on what app is active to do diff things.

I am forced to do this ugly thing:

Where I have if statement and in else I do another if. And in that I do another if, if I want to switch over multiple apps. Super ugly. :crying_cat_face:

Would something like this not work?

2 Likes

A that would work. Still I think maybe its a common thing to switch over that this can be builtin into KM.

Thanks for the solution though, will be using that.

It kind of is. It can be done in the single switch Action. No need to use a Variable.

4 Likes