Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to avoid a Logitech mouse speed issue' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to avoid a Logitech mouse speed issue
Authored by: daver969 on Jul 11, '05 11:20:22AM

I use 2 logitech mice with my laptop, and I find that when swapping in my wireless one the speed goes crazy fast, so I have to adjust the mouse speed dial in system prefs. It'd be nice to have a script that gets run automatically when I plug in the wireless mouse, but I don't know how to program this in Applescript. Is there an easy way to get AS to recognize events like "wireless mouse just plugged in" and run a script like the one given here?



[ Reply to This | # ]
An AppleScript to avoid a Logitech mouse speed issue
Authored by: ever on Jul 11, '05 12:27:38PM
In short, no. You can save yourself a lot of headache, however, by assigning this script to a function key, so that the speed can be set without using the mouse. I can recommend a freeware app to accomplish this:
http://www.versiontracker.com/dyn/moreinfo/macosx/18713

[ Reply to This | # ]