知らない人は損してると思うMacの使い方 Contorl+4

このエントリーをはてなブックマークに追加
167代行をお願いしています。
>>163
コピペじゃ動かなかったので(OSX10.6.6)、参考にしつつサンプルコード見ながら自分で書いてみた。
tell application "System Preferences"
activate
set current pane to pane "com.apple.preference.universalaccess"
end tell
tell application "System Preferences" to activate
tell application "System Events"
tell process "System Preferences"
tell window 1
tell tab group 1
click the radio button "視覚"
click the checkbox "グレイスケールを使用"
end tell
end tell
end tell
tell application "System Preferences" to quit