Re: scripting keyboard strokes to action menu commands
Re: scripting keyboard strokes to action menu commands
- Subject: Re: scripting keyboard strokes to action menu commands
- From: Bryan <email@hidden>
- Date: Sat, 10 Mar 2001 20:56:47 -0500
You can try:
type "6" holding command
If you have Sigma's Additions OSAX:
type text "6" holding down command
If you have Sandi's Additions OSAX:
TypeText "6" Command true
There are multiple other 3rd Party means of doing this as well.
Bryan Kaufman
>
From: Michael Packer <email@hidden>
>
Date: Sat, 10 Mar 2001 16:44:47 -0500
>
To: email@hidden
>
Subject: scripting keyboard strokes to action menu commands
>
>
I am trying to automate an application which conveniently has
>
keyboard equivalents for most of its menu items. For instance
>
"command 6" to do such and such, "command shift 2" to do something
>
else. All I need to do is string a few of these things together to
>
satisfy my goal but I can't find any info regarding this.
>
>
1) How do I script "do the command 6 menu item" ?
>
>
2) Also how can make the script wait for the application to finish
>
what it was told to do previously before the script advances, is
>
there a " wait until the application is not busy" command?
>
>
advTHANKSance