aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-06-26 13:36:56 +0200
committerMathias Bynens <mathias@qiwi.be>2012-06-26 13:36:56 +0200
commit9a836af35ac8d7e90ebe4dec8acbe088da11d1fa (patch)
tree10f7aa9b80dd5de54d576a179002b68023d15205
parent24045d9f06b06a1d25dbd7f6ebc52f6b16d9db1b (diff)
downloaddotfiles-9a836af35ac8d7e90ebe4dec8acbe088da11d1fa.tar.gz
dotfiles-9a836af35ac8d7e90ebe4dec8acbe088da11d1fa.tar.bz2
dotfiles-9a836af35ac8d7e90ebe4dec8acbe088da11d1fa.zip
.osx: Disable “natural” (Lion-style) scrolling
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index e13a374..34a7fd6 100755
--- a/.osx
+++ b/.osx
@@ -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