Created
July 28, 2014 08:52
-
-
Save seafoox/4348d37828208c86713d to your computer and use it in GitHub Desktop.
Disable Chrome's two-finger back/forward navigation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Open terminal and type | |
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE | |
# For mavericks | |
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment