ClementGre / ThreeFingerDragOnWindows

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

Palm rejection problem #73

Open leech11494 opened 2 days ago

leech11494 commented 2 days ago

When you place one hand on the keyboard, part of your palm touches the touchpad. In Windows itself, palm rejection is enabled and the mouse cursor does not move, but if you use two fingers to scroll in this state, the threefingerdrag program will recognize it as three fingers and three-finger dragging will work. Is it possible to make it not work if the distance between the touched coordinates is more than a certain distance?

ClementGre commented 22 hours ago

I could easily add this option in further releases. Also, some touchpads can detect palms and support reporting touch points as palm, so I could ignore them. Can you record logs trying to touch the touchpad with your palm so we can see if your touchpad supports palm detection.