Skip to content

Instantly share code, notes, and snippets.

@jkulesza
Created February 3, 2016 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkulesza/497ebd70318c0826db16 to your computer and use it in GitHub Desktop.
Save jkulesza/497ebd70318c0826db16 to your computer and use it in GitHub Desktop.
tell application "System Preferences"
activate
set current pane to pane "Accessibility"
end tell
tell application "System Events"
tell process "System Preferences"
click checkbox "Use grayscale" of window 1
end tell
end tell
tell application "System Preferences"
quit
end tell
@jkulesza
Copy link
Author

jkulesza commented Feb 3, 2016

screen shot 2016-02-03 at 9 24 39 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment