This file contains hidden or 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 pane id "com.apple.preference.trackpad" | |
end tell | |
tell application "System Events" to tell process "System Preferences" | |
-- Uncheck lookup & data detectors | |
tell tab group 1 of window "Trackpad" | |
click radio button "Point & Click" | |
click checkbox 1 | |
end tell | |