Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Created March 5, 2016 01:23
Show Gist options
  • Select an option

  • Save zackn9ne/6e80ee52fc1a3c95c552 to your computer and use it in GitHub Desktop.

Select an option

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.
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