Avoid Logitech Control Center crashes via a reminder
I love my Logitech MX510 multi-button mouse, but it has a drawback: to use all the nifty buttons on it, you have to use the Logitech Control Center (or pony up for USB Overdrive). While the most recent version (2.4.0 as of that writing) of LCC no longer uses the controversial Unsanity APE, it’s not bug-free. In specific, whether I unplug my mouse after putting my Mac to sleep, the system won’t wake up — a power-button reset is
The obvious cure is to unplug before sleep, but I have a habit of doing things in the opposite order. The following AppleScript reminds me to do first things first:
display dialog "Remove mouse before sleep" with icon caution
tell application "Finder" to sleep
I use Butler to trigger that with a hotkey, but any technique to launch an AppleScript will…
Original post by Erica Sadun
No comments yet. Be the first.
Leave a reply
















