Skip to content

Commit

Permalink
Map bottom right Trackpad corner to secondary click (right-click).
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 21, 2011
1 parent b8fbd68 commit 1ab9402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .osx
Expand Up @@ -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 askForPassword -int 1
defaults write com.apple.screensaver askForPasswordDelay -int 0 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 # Disable Safari’s thumbnail cache for History and Top Sites
defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2


Expand Down

0 comments on commit 1ab9402

Please sign in to comment.