Skip to content

Commit 7ed7a39

Browse files
sindresorhusmathiasbynens
authored andcommitted
.osx: Disable the all-too-sensitive backswipe on Chrome
Closes mathiasbynens#416.
1 parent 4a975b0 commit 7ed7a39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.osx

+4
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,10 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
647647
defaults write com.google.Chrome ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
648648
defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
649649

650+
# Disable the all too sensitive backswipe
651+
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
652+
defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false
653+
650654
###############################################################################
651655
# GPGMail 2 #
652656
###############################################################################

0 commit comments

Comments
 (0)