I want to enable Tap-to-click for my trackpad on the login screen of my MacBook Pro with El Capitan 10.11.6 (15G1004).
I tried everything proposed on this old question but nothing has worked.
Could you help me please?
I want to enable Tap-to-click for my trackpad on the login screen of my MacBook Pro with El Capitan 10.11.6 (15G1004).
I tried everything proposed on this old question but nothing has worked.
Could you help me please?
I just tried this and it worked on Sierra but should work on older versions too... The internal trackpad uses a different driver (USB) so need to enable a different default
sudo defaults write com.apple.AppleMultitouchTrackpad Clicking 1
Type the following in the terminal and reboot device after that.
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
defaults -currentHost write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
I've tested them on my Macbook Pro 15" 2015 running 10.11.6
Source: https://github.com/mathiasbynens/dotfiles/blob/master/.macos
Mathias Bynens posted a similar question a few years ago. He wrote the above file on Github.
Is there something I can check to figure out where is the problem? Is that command meant to edit any configuration file on the system?
– Brutus Sep 16 '16 at 07:53sudo suand then pasted the 3 commands, thenrebootfrom the terminal itself. The second time I repeated the process but rebooted from the system menu.Did you typed the commands as root or did you use
– Brutus Sep 16 '16 at 10:09sudo?