• 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: Key Code For Option Key
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Key Code For Option Key


  • Subject: Re: Key Code For Option Key
  • From: Thomas Maffucci <email@hidden>
  • Date: Wed, 12 Mar 2008 13:21:15 -0400
  • Thread-topic: Key Code For Option Key

Thanks Bill,
I assume to turn mouse keys off I would have to do the following:

tell application "System Preferences"
    activate
    set current pane to pane id "com.apple.preference.universalaccess"
end tell

tell application "System Events"
    tell process "System Preferences"
        tell tab group 1 of window 1
            click radio button 4
            if value of checkbox 2 is 0 then
                click checkbox 2
            end if
        end tell
    end tell
end tell

quit application "System Preferences"


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Key Code For Option Key
      • From: Bill Cheeseman <email@hidden>
  • Prev by Date: Re: AS newbie Filemaker question
  • Next by Date: Re: Key Code For Option Key
  • Previous by thread: Re: Key Code For Option Key
  • Next by thread: Re: Key Code For Option Key
  • Index(es):
    • Date
    • Thread