Palm Resting on Trackpad Issue While Typing in New Apple Macbook 2016

by | 31 Mar 2017 | Apple | 0 comments

Simply run this command in your terminal.

defaults write -g com.apple.trackpad.setWantsRestingTouches -bool TRUE

References

https://discussions.apple.com/message/30217312#30217312

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Related Posts

APCCentOSFedoraLinuxOSPHPProgrammingServerTechnology
Install APC (Alternative PHP Cache) in CentOS 5/6/7 and Fedora 20/21

Install APC (Alternative PHP Cache) in CentOS 5/6/7 and Fedora 20/21

APC (Alternative PHP Cache) is a free and open source tool to cache PHP codes. 1. Install Dependency Packages for APC yum install php-pear php-devel httpd-devel pcre-devel gcc make -y 2. Install APC using PECL (PHP Extension Community Library) pecl install apc...