imbushuo / mac-precision-touchpad

Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
Other
8.72k stars 558 forks source link

Feature 640: Sensitivity Adjustment Interface/Application #405

Open imbushuo opened 3 years ago

imbushuo commented 3 years ago

Mirrored from https://ligstd.visualstudio.com/Apple%20PTP%20Trackpad/_workitems/edit/640

Need to implement a sensitivity app to address various user reports on sensitivity issues. This application should be able to adjust tip switch and confidence threshold, and optionally share the value to devs for reference and enhancement purposes.

This application should cover all supported models.

User feedback ticket #270; Bug report #221, #305, #268, #331, #93, #375, #237, #319, #86, #48, #288, #388, #276, #256

AB#715

bradharms commented 1 year ago

Confirmed, it takes about 0.75cm of movement before cursor begins to move on a new Windows 11 install. (But haven't tested if this is something configurable with Windows settings.)

EDIT: Changing the touchpad sensitivity setting in Windows 11 touchpad settings to "most sensitive" fixes the problem. image

henusys commented 1 year ago

@imbushuo Dear author, Can you build three or four versions with the lower, middle and higher sensitive settings, and ompressing it into a driver package. I think it would solve the most people's sensitivity adjustment problems. @ylluminate , @ylluminate

vitoplantamura commented 3 weeks ago

Hi everyone,

I think I've created something similar to the spirit of this issue:

https://github.com/vitoplantamura/MagicTrackpad2ForWindows

This version has a Control Panel, haptic feedback control and additional options to increase pointer precision.

I didn't create a PR and I created a separate project because my project only targets the MT2 via USB (for the reasons explained in the main README of my project, in any case attributable to the well-known problems with official driver signing of the bluetooth version). Also, sadly, it seems clear that this excellent project by @imbushuo is dead - which is a shame as Apple's official 2021 driver for the MT2 is far from perfect.

Anyone who wants to test or comment on my project is welcome :-)

Thanks, Vito

pitonoved commented 3 weeks ago

@vitoplantamura You're my hero! Great job!!!