Hi Andreas,
TLDR;
- Can Reverse SCroll Direction have Advanced Trigger Condition?
- Please review my config for Inverse Scrolling below
Full text;
I have a very niche use case where I need to reverse the mouse scroll wheel on specific conditions. In the screenshot below, notice that there are 3 vertical scrollbars. The middle vertical bar scrolls the opposite direction of the left and right. The goal is to only inverse direction when specific element is active.
Using condition below, I am able to correctly identify whenever the middle element responds to the scroll wheel action.
Condition: fingers_touching_trackpad >= 0 AND left_mouse_down == 0 AND (focused_element_details CONTAINS "contentDiv" OR hovered_element_details CONTAINS "AXCell") AND active_app_name == "Firefox"
I have successfully configured Reverse Scroll Direction on App Level. I tried setting up a Scroll Up and Scroll Down trigger but can’t get it to work.
Thanks in advance.
Regards,
Ezad


