using regex in conditional activation group?

Can you use regex in conditional activation groups? I tried entering regex into the text box of [window name] [matches] [.....] but it didn't seem to match anything. I want to match window names containing either .html, .ts or .scss. Thanks!

Regex should work fine with matches. How does yours look like? MacOS uses the ICU style Regex.

You can however also use the standard condition builder functionalities to check for multiple things:


To add subgroups press option while clicking add.

1 Like

Thank you, the subgroups gave me exactly what I needed!