aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-21 22:16:20 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-21 22:16:20 +0300
commit1ab9402e6463ff16a19e27ad528424b423043e4b (patch)
tree60776e3106921daa123d162ffb052fc5766d7bf7
parentb8fbd682f375f9bedbab053b8f45efef929084f3 (diff)
downloaddotfiles-1ab9402e6463ff16a19e27ad528424b423043e4b.tar.gz
dotfiles-1ab9402e6463ff16a19e27ad528424b423043e4b.tar.bz2
dotfiles-1ab9402e6463ff16a19e27ad528424b423043e4b.zip
Map bottom right Trackpad corner to secondary click (right-click).
-rwxr-xr-x.osx4
1 files changed, 4 insertions, 0 deletions
diff --git a/.osx b/.osx
index df98046..70c69f9 100755
--- a/.osx
+++ b/.osx
@@ -71,6 +71,10 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
defaults write com.apple.screensaver askForPassword -int 1
defaults write com.apple.screensaver askForPasswordDelay -int 0
+# 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
+
# Disable Safari’s thumbnail cache for History and Top Sites
defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2