App switch and mouse move to active app

Hi, I am using the BTT app switcher and would like to move my mouse to the centre of the active app that I switch to. I have set up Command + Tab to activate the app switcher and then another action to move the mouse; however, the mouse moves as soon as the app switcher window appears, not when I actually select an app to switch to. Is there a way to fix this? i.e. move the mouse to the centre of the app I switch to? Thanks

you could set an additional "Active App Did Change" (or maybe better Focused Window Did Change) trigger in "Automations, named & other triggers":

Maybe also set a variable in your cmd+tab action, and only execute the "Active App Did Change" trigger if that variable has a specific value - and then unset it again. Otherwise this would trigger for any app change regardless of whether you triggered it via cmd+tab or not.

Here is an example preset:
winswi.bttpreset (7.9 KB)

2 Likes

Thank you, I think that did the trick. Cheers