pilotmoon / Scroll-Reverser

Per-device scrolling prefs on macOS.
https://pilotmoon.com/scrollreverser/
Apache License 2.0
2.55k stars 137 forks source link

Support for (Wacom) graphics tablets #185

Open jackmcbrezel opened 1 month ago

jackmcbrezel commented 1 month ago

I am using ScrollReverser to get the "default" windows style scrolling of both mouse and trackpad (meaning reversing mouse but not trackpad). Now I got a new Wacom Intuos pen tablet. The problem is that now the scrolling direction of the tablet is reversed as the tablet is recognized mouse rather than as touch pad. This means if I drag something in my graphics program, the vertical scrolling is inverse of the physical movement of the pen.

I found an old issue where this exact behavior was requested for another tablet #3, so I think (without knowing the exact code) that the application can distinguish between a "mouse" and a graphics tablet.

Is it possible to add an option for graphics tablets additional to mouse and trackpad? That would be very helpful.

jackmcbrezel commented 1 month ago

Related to #167 & #68?