Re: Keyboard Question?
Re: Keyboard Question?
- Subject: Re: Keyboard Question?
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 17 Jan 2001 10:54:21 -0800
On 1/17/01 10:34 AM, "Samuel Hargis" <email@hidden> wrote:
>
I regularly use Sandis Additions to control certain
>
keyboard commands or strings and also simulate a mouse
>
click here and there.
>
>
I can't seem to figure out how to use the arrow down
>
key. I Don't know how to call it. I think it needs to
>
be called as Ascii? It's probably not that difficult
>
but I'm getting nowhere and thought I'd seek help.
>
>
What reference do I use to look up the ascii
>
equivalent of keyboard commands?
>
>
tell application "finder"
>
TypeText (ascii character 3) -- types the enter key
>
end tell
>
>
Any ideas...
>
ASCII character 31
--
Paul Berkowitz