Re: Key Code For Option Key
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