Post Preview
postName: sbt
postWebsite: ''
postComment: "update to above script (to automatically quit system prefs after the toggle)\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\n\ntell application \"System Preferences\"\n quit\nend tell\n"