RehabMan / OS-X-Voodoo-PS2-Controller

Contains updated Voodoo PS/2 Controller, improved Keyboard & Synaptics TouchPad
Other
489 stars 179 forks source link

Middle button scroll fires click events when scrolling through links #172

Closed zelid closed 6 years ago

zelid commented 6 years ago

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?

zelid commented 6 years ago

https://github.com/tluck/OS-X-Voodoo-PS2-Controller fork fixes the issue.