Created
March 28, 2014 13:25
-
-
Save sooop/9832628 to your computer and use it in GitHub Desktop.
This file contains 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
tell application "System Preferences" | |
reveal anchor "keyboardTab" of pane "com.apple.preference.keyboard" | |
tell application "System Events" | |
click checkbox 1 of tab group 1 of window 1 of application process "System Preferences" | |
end tell | |
end tell | |
if application "System Preferences" is running then | |
tell application "System Preferences" to quit | |
end if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment