Advertisement
Guest User

Untitled

a guest
Aug 9th, 2011
848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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 of tab group 1 of window "Trackpad"
  10. end tell
  11. end tell
  12.  
  13. tell application "System Preferences"
  14. quit
  15. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement