Can Normal Mouse Reverse Scroll Direction Activates on Triggered Conditions

Hi Andreas,

TLDR;

  1. Can Reverse SCroll Direction have Advanced Trigger Condition?
  2. 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

ooops please disregard the Reverse Scroll Direction Action. Was just fooling around with it and forgot to remove it when taking the screenshot.

I have added support for advanced trigger conditions for scroll modifiers in v6.134. However for performance reasons they are only evaluated at the start of a scroll and then only again after the mouse cursor has moved or some time has passed.