From 50c583f83123640641097a8993c10cf7052ee47e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 23 Sep 2011 20:53:10 +0300 Subject: Enable tap to click (Trackpad). --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 1473074..fd662b8 100755 --- a/.osx +++ b/.osx @@ -77,6 +77,9 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true defaults write com.apple.screensaver askForPassword -int 1 defaults write com.apple.screensaver askForPasswordDelay -int 0 +# Enable tap to click (Trackpad) +defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true + # Map bottom right Trackpad corner to right-click defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadCornerSecondaryClick -int 2 defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool false -- cgit v1.2.3