Skip to content

Instantly share code, notes, and snippets.

@lozturner
Created May 31, 2017 20:06
Show Gist options
  • Save lozturner/c60633c3cc87b59264aba13374e4bcf1 to your computer and use it in GitHub Desktop.
Save lozturner/c60633c3cc87b59264aba13374e4bcf1 to your computer and use it in GitHub Desktop.
tell application "System Preferences"
reveal anchor "keyboardTab" of pane "com.apple.preference.keyboard"
end tell
tell application "System Events" to tell process "System Preferences"
click checkbox 1 of tab group 1 of window 1
end tell
quit application "System Preferences"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment