From 58b68ea33259d091cb8ce4aa1cf22d5dd6e03873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Fri, 6 Mar 2015 08:59:29 +0100 Subject: .osx: Disable swipe navigation in Chrome for mouse users Closes #508. --- .osx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.osx b/.osx index 617dc74..0e67b32 100755 --- a/.osx +++ b/.osx @@ -702,10 +702,14 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d defaults write com.google.Chrome ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*" defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*" -# Disable the all too sensitive backswipe +# Disable the all too sensitive backswipe on trackpads defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false +# Disable the all too sensitive backswipe on Magic Mouse +defaults write com.google.Chrome AppleEnableMouseSwipeNavigateWithScrolls -bool false +defaults write com.google.Chrome.canary AppleEnableMouseSwipeNavigateWithScrolls -bool false + # Use the system-native print preview dialog defaults write com.google.Chrome DisablePrintPreview -bool true defaults write com.google.Chrome.canary DisablePrintPreview -bool true -- cgit v1.2.3