• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: activating Speakable Items with AppleScript?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: activating Speakable Items with AppleScript?
      • From: Gnarlodious <email@hidden>
  • Prev by Date: Re: Localized versions of AppleScript?
  • Next by Date: Mail - Subject and Body read only?
  • Previous by thread: activating Speakable Items with AppleScript?
  • Next by thread: Re: activating Speakable Items with AppleScript?
  • Index(es):
    • Date
    • Thread