This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- IMStatus | |
| -- version 2.0, Lantrix (http://techdebug.com) | |
| -- idea conceived from script by Jason Kenison "theWebGuy" Blog at: | |
| -- http://www.jasonkenison.com/blog.html?id=22 | |
| (* | |
| Copyright (c) 2008, TechDebug.com | |
| Permission to use, copy, modify, and/or distribute this software for any | |
| purpose with or without fee is hereby granted, provided that the above |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set snip to text returned of (display dialog "Smart. Text-Expansions." default answer "Enter the shorthand" with title "Saved a few minutes" with icon note) ¬ | |
| tell application "System Preferences" | |
| activate | |
| set current pane to pane "com.apple.preference.keyboard" | |
| activate | |
| tell application "System Events" | |
| tell application process "System Preferences" | |
| tell tab group 1 of window "keyboard" | |
| click radio button 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (* | |
| Add to Reading List | |
| Script for Apple Mail to find http and https links in emails and add them to Safari's Reading List automatically. | |
| Best practice: setup with "any recipient contains '+reading'". Actions "mark as read", "execute AppleScript", "delete message", "stop evaluating rules" | |
| Created by Andreas Zeitler on 2012-10-07 | |
| Mac OS X Screencasts. www.macosxscreencasts.com | |
| *) |