Is it possible in BTT to set automatic window focus under the cursor even without clicking? I know there are applications like AutoRaise or AutoFocus, but I’d like to see this integrated here as well. On Windows or Linux I can directly interact with all UI elements in an application that doesn’t have focus, and this behavior suits me.
In BTT there is the action Activate/Bring to Front Window Under Cursor. If I put a Left Click action after it and assign the whole thing to a Left Click trigger, it behaves well. But some menus or previews that rely on a hover logically don’t work with this, because they don’t require a click.
So is there any way to achieve this? Or would constantly checking the active window consume too many system resources or cause some lag?