Skip to content

Instantly share code, notes, and snippets.

@lacostenycoder
Created April 15, 2018 13:56
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 lacostenycoder/e57e33258ba30a7a39122a3931669075 to your computer and use it in GitHub Desktop.
Save lacostenycoder/e57e33258ba30a7a39122a3931669075 to your computer and use it in GitHub Desktop.
Apple Script to toggle the tap to click setting for "typing" mode
tell application "System Preferences"
reveal anchor "trackpadTab" of pane "com.apple.preference.trackpad"
end tell
tell application "System Events" to tell process "System Preferences"
click checkbox 3 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