From 9a836af35ac8d7e90ebe4dec8acbe088da11d1fa Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 26 Jun 2012 13:36:56 +0200 Subject: =?UTF-8?q?.osx:=20Disable=20=E2=80=9Cnatural=E2=80=9D=20(Lion-sty?= =?UTF-8?q?le)=20scrolling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3