ClementGre / ThreeFingerDragOnWindows

Enables macOS-style three-finger dragging functionality on Windows Precision touchpads.
https://apps.microsoft.com/detail/9MSX91WQCM2V?
MIT License
592 stars 39 forks source link

[Feature Request] 3 finger middle button drag #62

Open YouHusam opened 5 months ago

YouHusam commented 5 months ago

Is it possible to enable dragging with 3 (and maybe 2) fingers like in MacOS or Linux?

It works by pushing the touchpad down until it clicks with 3 fingers, then when moving the mouse, it will act like a middle click + drag. It's very useful when using CAD software.

Thank you very much

ClementGre commented 3 months ago

Hi, this is a great idea. However, the click status of a touchpad is an optional property and is not available on all touchpads.

See https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/touchpad-windows-precision-touchpad-collection#:~:text=Button%201,default%20right)%20clicking.

I don’t have a compatible touchpad, but I’ll try to add this feature soon.