Created
January 12, 2018 08:03
-
-
Save nWidart/37e97cfb745dc655adc8aab82ace6e30 to your computer and use it in GitHub Desktop.
Enable/Disable Chrome swipe back gesture
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
# Enable | |
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool TRUE | |
# Disable | |
defaults write com.google.Chrome.plist AppleEnableSwipeNavigateWithScrolls -bool FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment