-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sensitivity adjustment and better description of finger lifting #8
Comments
sorry for the late reply.
By "sensitivity adjustment", excluding pointer speed and acceleration, I
mean what is described in this issue in the original imbushuo repo:
imbushuo/mac-precision-touchpad#405 , and that's
what the "when you lift your finger from the trackpad" setting would like
to address.
To understand what the "when you lift your finger from the trackpad"
setting does, try specifying a pressure of 5 or 10 units :-)
Vito
|
@vitoplantamura thanks for your reply. |
The driver only passes finger position to Window's precision touchpad stack. The windows trackpad settings are used to change pointer speed. Are the "When you lift your finger from the touchpad" settings needed? The pointer already stops when the finger is lifted when the "contact" bit is unset (though that requires the "Ignore finger input when not touching the surface" setting to be enabled here) |
hi @1Revenger1,
it's nice to see you here!
When I examined your driver's trace logs (those generated by the
AmtPtpServiceTouchInputInterruptType5 function), they showed that when you
lifted your finger from the trackpad surface, the TipSwitch value became 0
just 1, 2, or even 3 calls after the Pressure value became 0. This meant,
in practical terms, that you saw the pointer shake for an instant, reducing
the precision of the next tap (with "tap to click" active). That's why I
added those options :-)
Furthermore, after several tests, I decided that I would NOT use the
Confidence value to stop the pointer, since I wanted the greatest possible
precision when lifting the finger from the trackpad.
Vito
|
Hey,
thanks a lot for this project. I love the firm but silent click.
I have two things I'd love to have added.
The first is sensitivity adjustment. I know that the driver has this on it's roadmap, but the project seems to be pretty dead. Is this something that could be added easily?
The second thing is, that I don't understand what the "When you lift your finger from the trackpad" setting does. I tried all three settings but couldn't notice any difference. Is there any way you could add a better description of what this does?
Thanks a lot
The text was updated successfully, but these errors were encountered: