Skip to content

Instantly share code, notes, and snippets.

@deanputney
Created January 28, 2018 04:23
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 deanputney/58df0bcda8bf105d59059aa1635bceb4 to your computer and use it in GitHub Desktop.
Save deanputney/58df0bcda8bf105d59059aa1635bceb4 to your computer and use it in GitHub Desktop.
Mac Grayscale Screen Applescript
tell application "System Preferences"
activate
tell pane id "com.apple.preference.universalaccess" to reveal anchor 13
delay 0.5
tell application "System Events"
tell process "System Preferences"
keystroke tab
delay 0.1
keystroke tab
delay 0.1
keystroke tab
delay 0.1
keystroke space
end tell
end tell
quit
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment