how to change or disable the Front Row shortcut using applescript

A

anni

hi,

I have written apple script which opens the keyboard & mouse tab but
i didn't get any idea how to enable or disable "Hide and Show Front
row" check box using applescript.

[Apple Script]

tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preference.keyboard"
get the name of every anchor of pane id
"com.apple.preference.keyboard"
-->returns: {"Main", "Keyboard Shortcuts"}

reveal anchor "shortcutsTab" of pane id
"com.apple.preference.keyboard"
--click "Hide and show Front Row"
--keystroke "ESC" using command
end tell

[/Apple Script]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top