Howdy, I have an action that overrides cmd+b only for Brave Browser. However, this is being triggered anywhere in the system—screenshot from Recently Used
, even though I was in VSCode and not Brave.
M1 MacOS Ventura 13.6.7
I have tried the latest alpha and restarting my system.
Things protected by an advanced trigger condition will still show up in recently used.
That is because advanced trigger conditions are evaluated after the trigger has been triggered, however before the assigned actions are executed.
So in your case F12 would only be sent when Brave Browser is active, but cmd+b will be caught in all apps.
However do you really need an advanced trigger condition?
If you want the shortcut to just be active on Brave Browser, add that browser to your list of apps in BTT and then assign the shortcut to it:
Very weird oversight by me, I've been using BTT for years. I should have known this. Thank you for the explanation.