日々適当

hibitekitou

マウスの速度を6にする

mac |2004-11-24
っていうアップルスクリプト。Mac OS X 10.3.6 にて確認。
なくしたときのための覚書。

tell application "System Events"
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.keyboard"
end tell
tell process "System Preferences"
tell window 1
click radio button "マウス" of tab group 1
set value of slider 1 of tab group 1 to 6
end tell
end tell
tell application "System Preferences" to quit
end tell
コメント ( 0 )|Trackback ( )