Re: three key press emulation
Re: three key press emulation
- Subject: Re: three key press emulation
- From: Christopher Stone <email@hidden>
- Date: Mon, 06 Feb 2012 23:03:27 -0600
On Feb 06, 2012, at 22:28, Yuma Decaux wrote: I don't really know whether this is possible, but can one simulate a three key press such as keystroke "D" with {command, option down}?
______________________________________________________________________
Hey Yuma,
Yeah. You can do something like this:
tell application "System Events" keystroke "m" using {command down, option down} end tell
-- Best Regards, Chris
|
_______________________________________________
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