The driver works great with support for 2/3 finger gestures and scrolling holding middle button with TrackPoint.
All works fine until you scroll with middle button over links. Looks like middle button click event is fired even on scrolling. It leads to accidentally opening tons of links while scrolling.
The driver works great with support for 2/3 finger gestures and scrolling holding middle button with TrackPoint.
All works fine until you scroll with middle button over links. Looks like middle button click event is fired even on scrolling. It leads to accidentally opening tons of links while scrolling.
Here is a recorded example: https://youtu.be/c8VRJnhdBbo
What is a way to solve this issue?
Maybe there is a special config in plist for it or tips how to debug it and where are the problematic lines in the source code?