Post Preview
postName: sbt
postWebsite: ''
postComment: "There's an applescript for that! I just wrote it.\n\nput this in the applescript editor and save as an app…then in system prefs ad the app to your user account startup items:\n\n===================================================================\n\ntell application \"System Preferences\"\n activate\nend tell\n\ntell application \"System Events\"\n tell process \"System Preferences\"\n click menu item \"LazyMouse\" of menu \"View\" of menu bar 1\n delay 0\n tell window \"LazyMouse\"\n click checkbox 2 of group 1\n delay 0\n end tell\n end tell\nend tell"