-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magic Trackpad 2 too sensitive (1mm from surface) #237
Comments
Currently the threshold is hard-coded, a tool for the adjustment is planned. Also relate to #239. |
@imbushuo What is your idea about making it adjustable? |
Have thought of that. Probably need to do some application work. |
It looks like there is a sensitivity setting under Windows settings app. Could this perhaps be used to set these settings? |
+1 for this issue. Mayby, because of that i often get cursor "shake" Here is short video with demostration: https://puu.sh/EY0jZ/2f1166eb5a.mp4 |
I don't think it's the same as settings on Windows level influence all touchpads in the system (and I'm using laptop, so have an extra one that is build in) |
Yes, that looks like something that I experience some time as well. |
Same issue. Any idea about changing the threshold? Maybe we can modify the source code and compile it manually before the tools release. |
I also have the exactly same issue. Changing the sensitivity value in Windows setting did not affect this issue at all. Any other solutions? |
I also tried the Magic Utilities then the sensitivity was ok with it. However some important behavior are not supported (dragging by tap-hold-move, dragging by 1stfingerclick-2ndfingertapholdmove, horizontal scroll on Excel and other apps, etc) and it isn’t enough for me to use. |
It seems to only happen with this specific precision driver. If you disconnect from it and use it with the native bluetooth or native USB support without the driver this issue does not happen. With touchpad++ driver and with the other paid driver it does not happen. Only with the Precision driver does it specifically happen. Makes it a bit unstable overall for daily use. Hopefully a fix isn't that far away. |
Yes, as Evi0s mentioned above, since this has gone a long time without a fix, maybe you could let us know which line has the value so we could adjust/recompile manually for the time being? |
Would love a fix for this as well. Coming up on a year with no fix now. The driver is fantastic in every other way but this hyper sensitivity can be frustrating. |
@imbushuo Any updates or timeline for providing a way to adjust the threshold? This is still a major issue, and prevents me from using it or promoting this driver to others. For me it's overly sensitive, and the cursor moves easily without even physically touching the surface. |
It's probably these two lines that affect it. Good luck if you try to compile it! |
@duckyb Not really that line, there was two hardcoded threshold things in HID Check how tip switch bit and confidence bit is reported, and currently it's hardcoded. On high level I just need to make these two values configurable. |
@imbushuo Please do!!! I would definitely donate to this effort. I would pay good money for a version of this driver if usable on day-to-day basis. |
@imbushuo Thank you for the correction, so it's this one? mac-precision-touchpad/src/AmtPtpHidFilter/Input.c Lines 214 to 217 in dd364d6
@funky-jojo I'd love to help but I don't have the required skills to do this, unfortunately. I've never programmed in C or made drivers before. |
@duckyb Yes. |
To anyone interested - I just submitted a PR that I believe would fix this issue: I tested it out and it works perfectly, at least on my Magic Trackpad 2. Building it is a bit of a pain so hopefully we can get an official release here soon. 🤞 |
bump |
1 similar comment
bump |
bump |
Pre-report checks
Describe the bug
Trackpad reacts on my finger that is in 1-2mm distance from trackpad surface. So basically I can move cursor not touching trackpad at all. Feels like it's too much sensitive (no such behaviour with this trackpad when connected to MacBook)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Trackpad should react on the finger only and when it is touching surface of trackpad.
Traces
If applicable, add WPP traces to help explain your problem.
????
Environment
Apple Magic Trackpad 2 (Model A1535)
connected to USB to Lenovo X1 Extreme
Windows 10 v1903
driver type is USB type (User-mode)
AB#680
The text was updated successfully, but these errors were encountered: