Re: dd: speed up mouse with Cocoa?
Re: dd: speed up mouse with Cocoa?
- Subject: Re: dd: speed up mouse with Cocoa?
- From: Andy Lee <email@hidden>
- Date: Fri, 15 Mar 2002 22:53:15 -0500
At 7:25 PM -0800 3/15/02, email@hidden wrote:
>
>how would one speed up mouse tracking beyond what the System Prefs
>
>allow in Cocoa? is it possible?
>
>
I personally use a preferences pane called MouseZoom (http://www.versiontracker.com/moreinfo.fcgi?id=12205&db=mac). If you're asking how to do it in code, though, I don't know; maybe you can track down and ask MouseZoom's author...?
>
Here's an old snippet from MacOSXHints that seems to contain a clue:
- - - - -
<
http://www.macosxhints.com/article.php?story=20011024201323249>
defaults write -globalDomain com.apple.mouse.scaling -float 9.9
works for me. I shut down computer (Powerbook Pismo) or remove USB Microsoft mouse and I still have set settings in .GlobalPreferences.plist
- - - - -
I imagine there's more to mouse speed than one parameter, but a "defaults read -globalDomain" only showed that one. Maybe you could install MouseZoom and see what it does to your defaults -- kind of reverse-engineer it.
--Andy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.