Contribute
Register

HP ProBook Installer 6.1: 4x30s and 4x40s support

Read the guide for updates in post #1 so you're prepared...
I always follow your guide.
So, i updated to 10.9.5 without any kind of issue.
Everything working fine
 
I ask a feature, if is possible, for the future release of pbi.
An option to deactivate the trackpad "drag release delay" , is a 1 sec delay.
I googled and i found that this delay is an original os x feature.
Best regards to all the staff of PBI
 
I ask a feature, if is possible, for the future release of pbi.
An option to deactivate the trackpad "drag release delay" , is a 1 sec delay.
I googled and i found that this delay is an original os x feature.
Best regards to all the staff of PBI

You can remove the 1-sec delay yourself by modifying the Info.plist. Read the changelog: https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller

The feature is on current Macs with current OS X. It is actually a "good" feature once you get used to it.
 
Ah cool, seems simple , only to change the integer value of the key DragExitDelayTime, and a reboot ( i think )
Thank you again Rehabman

Yes, change to zero.
 
Yes, change to zero.

Updated to 10.9.5 everything is fine

Pls someone point out where info.plist is located I also would like to change the value to 0

10x
 
Updated to 10.9.5 everything is fine

Pls someone point out where info.plist is located I also would like to change the value to 0

10x

It is in:
Code:
 /System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist

You can also use 'ioio' (https://github.com/RehabMan/OS-X-ioio) to tweak these settings.

Code:
ioio DragExitDelayTime 0
 
It is in:
Code:
 /System/Library/Extensions/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist

You can also use 'ioio' (https://github.com/RehabMan/OS-X-ioio) to tweak these settings.

Code:
ioio DragExitDelayTime 0

I used the ioio in my bin folder, it works flawlessly, I just need to figure out how the command ioio DragExitDelayTime my mac to run on every startup, so I do not need to run in manually in terminal

update: managed to fix this by running automator and using it to run a custom shell on every login, 10x again

10x, and may the world bring u good karma for everything

Best regards,
 
Back
Top