.osx: Disable “natural” (Lion-style) scrolling

This commit is contained in:
Mathias Bynens
2012-06-26 13:36:56 +02:00
parent 24045d9f06
commit 9a836af35a
Vendored
+3
View File
@@ -34,6 +34,9 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false
# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(
#echo "0x08000100:0" > ~/.CFUserTextEncoding
# Disable “natural” (Lion-style) scrolling
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false
# Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3