Skip to content

Commit

Permalink
.osx: Explicitly enable swipe between pages
Browse files Browse the repository at this point in the history
Ref #80.
  • Loading branch information
mathiasbynens committed Jun 28, 2012
1 parent d2eb822 commit f0ac658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .osx
Expand Up @@ -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

Expand Down

0 comments on commit f0ac658

Please sign in to comment.