From 7f96896d33ba33e8e4fec7309b2bd592377e8249 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 2 Nov 2013 22:08:39 +0100 Subject: .osx: Remove broken three-finger swipe commands If anyone knows how to make this work, please let me or @necolas know! Ref. #171. --- .osx | 5 ----- 1 file changed, 5 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index 2eca980..6c6a070 100755 --- a/.osx +++ b/.osx @@ -141,11 +141,6 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClickBehavior -int 1 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 - # Disable “natural” (Lion-style) scrolling defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false -- cgit v1.2.3