I am trying to implement a "click through option." Basically if I have Chrome window and it's not active but still visible on screen, and if I see a link there and click on it, it doesn't work with a single click - first click activates Chrome and then I need to click on the link itself.
A simple (and incorrect) solution is to add a 1 Finger tap trigger and Activate window under cursor and Left click. However that has unintended consequences when working with the active window - as it receves 2 taps (well, one tap and one click).
So is there a way to check whether the window under cursor is already active and skip its activation altogether?