Created
September 13, 2016 13:48
-
-
Save mcallari/b9dadd20495a8900e8cfef8bfc61d521 to your computer and use it in GitHub Desktop.
Disable Chrome Swipe
This file contains hidden or 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
// Disable Chrom Swipe http://apple.stackexchange.com/questions/21236/how-do-i-disable-chromes-two-finger-back-forward-navigation | |
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