Created
March 5, 2016 01:23
-
-
Save zackn9ne/6e80ee52fc1a3c95c552 to your computer and use it in GitHub Desktop.
Turn on the wavy red lines in OSX (10.11.3) Colloquy when you spell something wrong.
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
| activate application "Colloquy" | |
| tell application "System Events" | |
| tell process "Colloquy" | |
| delay 12.5 | |
| keystroke "j" using command down | |
| delay 0.5 | |
| keystroke "colloquy" | |
| keystroke return | |
| delay 5.5 | |
| click menu item "Check Spelling While Typing" of menu 1 of menu item "Spelling" of menu 1 of menu bar item "Edit" of menu bar 1 | |
| delay 0.5 | |
| end tell | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment