Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created December 11, 2014 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/2b277257a3fb7bc11b3d to your computer and use it in GitHub Desktop.
Save kbshl/2b277257a3fb7bc11b3d to your computer and use it in GitHub Desktop.
Disable Google Chrome two finger forward / backward swipe navigation for Magic Mouse
# open terminal paste snippet and click enter
# disables swipe navigation only for Google Chrome
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