imbushuo / mac-precision-touchpad

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

Disabling Palm Rejection to allow usage of disabled persons. #428

Open AlseinX opened 3 years ago

AlseinX commented 3 years ago

Pre-report checks

Is your feature request related to a problem? Please describe. Yes, it is quite difficult for my girlfriend who was born with no hands to use the trackpad with her stump (that is rejected as a 'palm').

Describe the solution you'd like Provide with an option to disable the palm rejection and gesture feature and turn all movements into simple cursor moving operations.

Describe alternatives you've considered No other idea.

Additional context No.

AB#750

MagicUtilities commented 3 years ago

This driver only provides the actual touches to Windows, no further processing is done. Palm rejection is then part of Windows touchpad processing, The internal tweaks are not really documented as far as we know. Nothing this driver can really do here.

Consider to try the Magic Utilities, they will accept any touch to move the mouse cursor.

Hope this helps.

AlseinX commented 3 years ago

This driver only provides the actual touches to Windows, no further processing is done. Palm rejection is then part of Windows touchpad processing, The internal tweaks are not really documented as far as we know. Nothing this driver can really do here.

Consider to try the Magic Utilities, they will accept any touch to move the mouse cursor.

Hope this helps.

Thank you very much!

BTW, is there any open-source alternative?