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