[AppleScript] Control mouse track speed settings

pvdheijden

Registered
Hello,

I am not very familiar with Apple Script. Could you give me an example how you can control the mouse tracking speed from Apple script.

Something like this perhaps?

tell application "System Preferences"
activate
set current pane to pane "Keyboard & Mouse"
tell pane "Keyboard & Mouse"
tell tab group 3
tell slider 1
set value to 1
end tell
end tell
end tell
end tell

Just can't get it to work, to little info found on Apple Script.
 
Back
Top