You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swap the relwheel actions triggered and defaults for vertical scrolling
Relative wheel actions are backwards from how the user thinks about them.
If you want to get/set the action that occurs when scrolling up, you
currently need to work with the REL_WHEEL_DOWN action. This is difficult
to explain to users and is also makes the code more difficult to follow.
This commit changes the behavior so that programming the REL_WHEEL_UP
action actually affects what happens when you physically scroll the
wheel up. The behavior is now: physical scroll wheel up -> positive
delta from kernel -> REL_WHEEL_UP action -> X11 mouse button 4 ->
window scrolls up.
Note that this commit will break any xsetwacom scripts that users may
have which change the relative wheel actions from their defaults. It
would also affect control panels that rely on xsetwacom or configuring
the driver directly. We don't expect this to cause significant
problems in reality since Wacom has not produced tools with relative
wheels in many years and so there are few scripts/control panels to
break.
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
0 commit comments