In the action "Send Shortcut to Specific App" there's "Send to app under cursor", but can we also have option "Send to active app". Use-case:
I'm using TapRecord for recording screen videos. This app have CMD+1 and CMD+2 as shortcuts. I would like to configure BTT, if TapRecord is running and these shortcuts are pressed they to be sent to the active app and execute whatever they do in that specific app and not to trigger TapRecord functionality.
I'm planing to do this with CAG (with condition runningProcesses CONTAINS "TapRecord") and triggers CMD+1 and CMD+2 which are going to use "Send Shortcut to Specific App" action to sent CMD+1 or CMD+2 to the active app.
That's correct, but when TapRecord is running (only running not foremost) CMD+1 and CMD+2 are always sent to it, but I want to avoid this and to sent them to the active app.
I've just tested and what I'm trying to achieve is working if I use "Send to app under cursor", but since I'm mostly a keyboard user this is not really ideal.
@Andreas_Hegenberg , you've added "Send to active app" in one of the latest builds, right? I'm not crazy?
I've just tested it and it is working - thank you! Just a minor UI inconsistency - whenever "Send to app under cursor" is enabled the "Select App" button below is grayed out, but if "Send to active app" is enabled the same button is still active.