Re: Keyboard Question?
Re: Keyboard Question?
- Subject: Re: Keyboard Question?
- From: Emmanuel <email@hidden>
- Date: Wed, 17 Jan 2001 21:56:07 +0100
At 19:54 +0100 17/01/01, Paul Berkowitz wrote:
>
On 1/17/01 10:34 AM, "Samuel Hargis" <email@hidden> wrote:
>
> tell application "finder"
>
> TypeText (ascii character 3) -- types the enter key
>
> end tell
>
>
>
> Any ideas...
>
>
>
ASCII character 31
And, it is not necessary - and may sometimes be a bad idea - to encapsulate
a call to a Scripting Addition in a "tell" wrapper.
Emmanuel