I have a Magic Mouse on my iMac and I am using BetterTouchTool. How do I increase the scrolling speed? I want to scroll more swiping smaller distances...

I want to set the scrolling more than the maximum possible at the preference values.

Probably I will need some sort of terminal command.

thanks

link|improve this question

Past the maximum at System Preferences ‣ Mouse? – Lri Apr 19 '11 at 6:00
yes! way more than that. – Mike Apr 19 '11 at 7:49
feedback

1 Answer

up vote 1 down vote accepted

You can apply a custom acceleration value: defaults write -g com.apple.scrollwheel.scaling -float <float> and relogin.

The scale seems to be roughly linear and to not have any practical maximum limit.

Editing the NSGlobalDomain plist in a text editor: f=~/Library/Preferences/.GlobalPreferences.plist; cp $f $f-; plutil -convert xml1 $f; open -a TextEdit $f

link|improve this answer
that's it. Thanks!!!!!!!!!!!!!!!! – Mike Apr 20 '11 at 8:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.