Advertisement
Guest User

Untitled

a guest
Aug 9th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. tell application "System Preferences"
  2. activate
  3. set current pane to pane "com.apple.preference.trackpad"
  4. end tell
  5.  
  6. tell application "System Events"
  7. tell process "System Preferences"
  8. click radio button "Scroll & Zoom" of tab group 1 of window "Trackpad"
  9. click checkbox 1
  10. end tell
  11. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement