From f0ac6582c4751472f28b3210c297ac2e9b7e3a34 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 28 Jun 2012 09:21:10 +0200 Subject: .osx: Explicitly enable swipe between pages Ref #80. --- .osx | 1 + 1 file changed, 1 insertion(+) diff --git a/.osx b/.osx index 5a73f6b..af275d0 100755 --- a/.osx +++ b/.osx @@ -59,6 +59,7 @@ defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClic defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true # Trackpad: swipe between pages with three fingers +defaults write NSGlobalDomain AppleEnableSwipeNavigateWithScrolls -bool true defaults -currentHost write NSGlobalDomain com.apple.trackpad.threeFingerHorizSwipeGesture -int 1 defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeFingerHorizSwipeGesture -int 1 -- cgit v1.2.3