Created
March 13, 2019 10:36
-
-
Save Teraflopst/d5ede3dd3a10488c3d3e811f6683e3b8 to your computer and use it in GitHub Desktop.
Enable macOS Trackpad "Tap to Click"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable tap to click (Trackpad) for this user and for the login screen | |
# For Laptop's Trackpad | |
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true | |
# For Magic Trackpad | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment