Re: Function keys
Re: Function keys
- Subject: Re: Function keys
- From: Bill Cheeseman <email@hidden>
- Date: Wed, 2 Jun 2010 15:12:10 -0400
On Jun 2, 2010, at 2:10 PM, louie wrote:
> What I want to know is how to do a command + F5, this will turn off the voice over screen-reader. I have used the below code scrap to do a command + v to paste from the clip board.
> tell application "System Events" to keystroke "v" using {command down}
Try this:
tell application "System Events" to key code 96 using {command down}
--
Bill Cheeseman - email@hidden
_______________________________________________
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