syscl
syscl
@jdlives please provide this information after executing ```sh uid=10 ioreg -n AppleBacklightDisplay -arxw0>/tmp/syscl.plist id=`/usr/libexec/PlistBuddy -c "Print :0:DisplayProductID" /tmp/syscl.plist` id=`printf "F%02dT%04x" $uid $id` echo $id ``` Thank you, syscl
Thank you, please try the latest deploy.sh to see if this fix your brightness issue. syscl
@jdlives seems your command are wrong from the beginning, my script would not give you F5152T0000, about how to use the command lines above, you just copy it, paste in...
@jdlives Please clarify which Panel id you use to power up your Brightness key: ```F10T1420``` vs ```F5152T0000```?? Please clarify which track pad driver you use: ```VoodooPS2``` vs ```ApplePS2SmartTouchPad``` I don't...
@jdlives Show the debug log from deploy.sh Try remove directory EFI/Clover/kexts/10.12 then create this folder again. syscl
you just need to restore all key shortcuts then enjoy multi gestures
What gestures you indicate as not working? Please be specific! syscl
@jdlives @aizigao My version of VoodooPS2 and ApplePS2SmartTouchPad have the following gestures that are working flawlessly and they function similar to a real MacBookPro: - 2finger swipe - 2finger/3finger tap(credit...
@ZombieTheBest Sorry, my typo, 2finger tap for 3D touch only available for ApplePS2SmartTouchPad at the moment. VoodooPS2 only have 3finger and 4finger tap for 3D touch. syscl
@ZombieTheBest A real MacBook use 3finger tap as look up function. And, I need to see if there's a way to separate 2finger short tap and 2 finger long tap,...