Re: activating Speakable Items with AppleScript?
Re: activating Speakable Items with AppleScript?
- Subject: Re: activating Speakable Items with AppleScript?
- From: Barbara Mueller <email@hidden>
- Date: Wed, 29 Jan 2003 09:01:26 +0100
Hallo,
Does anyone know how to turn on/off Speakable Items with
AppleScript in OSX (10.2.3.)
This is the way to turn "Speakable Items" off or on (tested with OSX 10.2.3):
tell application "System Preferences" to activate
tell application "System Events"
tell process "System Preferences"
click menu item "Speech" of menu "View" of menu bar 1
delay 3
tell radio group 1 of tab group 1 of tab group 1 of window "Speech"
to click radio button "Off"
end tell
end tell
"Enable access for assistive devices" in the PrefPane "Universal
Access" has to be enabled. And System Events 1.2 have to be installed
as well.
Barbara
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.