Skip to content

Instantly share code, notes, and snippets.

@mcallari
Created September 13, 2016 13:48
Show Gist options
  • Save mcallari/b9dadd20495a8900e8cfef8bfc61d521 to your computer and use it in GitHub Desktop.
Save mcallari/b9dadd20495a8900e8cfef8bfc61d521 to your computer and use it in GitHub Desktop.
Disable Chrome Swipe
// 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