jloisel / t440p

Thinkpad T440p Hackintosh (macOS Mojave 10.14.x / Catalina 10.15.x) - Clover config.plist + kexts
244 stars 57 forks source link

Disable touchpad while typing #79

Closed jesp010 closed 3 years ago

jesp010 commented 3 years ago

Is there a way to remove the feature "Disable touchpad while typing" i hate the delay to use the touchpad after using the keyboard.

MohrJonas commented 3 years ago

What kext are you using? VoodooPSController.kext?

jesp010 commented 3 years ago

Yes, the one from this repo.

MohrJonas commented 3 years ago

Looking into it. Hang on...

MohrJonas commented 3 years ago

Would you like to have it removed completely or just be reduced?

MohrJonas commented 3 years ago

I found the solution:

jesp010 commented 3 years ago

Sorry @NastyGamer just saw this, going to try it.

jesp010 commented 3 years ago

It worked!!!!, it feels amazing thank you!

MohrJonas commented 3 years ago

You're welcome! Please close the issue if resolved

jesp010 commented 3 years ago

I think disabling QuietTimeAfterTyping breaks trackpad gestures

jesp010 commented 3 years ago

With the VodooPS2Trackpad.kext kext of this repo setting QuietTimeAfterTyping to 0 restarting then using middle click trackpad button breaks two finger scroll and all other trackpack gestures and also makes middle button + trackpoint scroll so laggy/buggy

jesp010 commented 3 years ago

Not only trackpad middle click, also left and right click enter in conflict with disabling QuietTimeAfterTyping, all trackpad physical buttons break trackpad touch gestures like 2 finger zoom, 2 finger scroll, etc.

MohrJonas commented 3 years ago

Really? That's strange. Try setting the time to something small but not 0 (i.e. 20) and report back to me.

jesp010 commented 3 years ago

i've tried 200000000 and 100000000 and got same result. can you send me your VoodoPS2Controller.kext?

MohrJonas commented 3 years ago

Try adding VodooInput.kext from https://github.com/NastyGamer/t440p/tree/master/EFI/CLOVER/kexts/Other to your kexts as well and see if it changes anything.

jesp010 commented 3 years ago

Adding VoodoInput.kext makes trackpad stop working, didnt worked.

This kext version (2.1.3) worked for me: https://u.pcloud.link/publink/show?code=XZ6c0pXZNBxt3VJA4FRa8TTn6IsWPLgKB0t7 I used different VoodoPS2Controllers kexts versions, this one worked perfectly setting QuietTimeAfterTyping = 20000000(20ms)

With other versions and config combinations i had a lot of problems, with this everything works perfectly.

MohrJonas commented 3 years ago

Glad to see it works. Please close the issue if resolved.