Re: How to Trigger keystrokes
Re: How to Trigger keystrokes
- Subject: Re: How to Trigger keystrokes
- From: John Delacour <email@hidden>
- Date: Fri, 16 Aug 2002 10:08:06 +0100
At 3:07 pm -0700 15/8/02, Eleanor Cheung wrote:
>
I'm new to AppleScripts. I hope someone can help me.
>
>
I want to use AppleScript to trigger command for me, "cmnd-shift-m". How do I do that, or incorporate it in the script?
You can't do this (yet) in OS X, but you seem to be using the old OS, so you need to get Sdndi's Additions (probably at <
http://www.osaxen.com/>) and install it in your Scripting Additions folder. Then read the dictionary for this osax by opening it in Script Editor.
The command will be:
TypeText "m" with Command and Shift
and it will need to be run in the target application with this frontmost.
-- JD
_______________________________________________
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.