RE: keystroke <arrow up>
RE: keystroke <arrow up>
- Subject: RE: keystroke <arrow up>
- From: Dennis Cox <email@hidden>
- Date: Thu, 22 Jan 2004 12:42:31 -0600
Or, to quote Rob J,
"
http://www.railheaddesign.com/pages/software/asciiseek/asciiseek.html"
Dennis
>
----------
>
From: Simon Forster
>
Sent: Thursday, January 22, 2004 8:37 AM
>
To: Applescript List
>
Subject: Re: keystroke <arrow up>
>
>
On 22 Jan 2004, at 14:19, Simon Forster wrote:
>
>
> Using GUI scripting, how would one say:
>
>
>
> keystroke <arrow up>
>
>
>
> And its peers, down, left, right?
>
>
OK, I'll answer my own question:
>
>
property leftArrow : ASCII character 28
>
property rightArrow : ASCII character 29
>
property upArrow : ASCII character 30
>
property downArrow : ASCII character 31
>
>
Hope this helps someone else.
>
>
>
Simon Forster
>
____________________________________________
>
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
>
Tel: +44 (0)70 9230 5244 Fax: +44 (0)70 9230 5247
>
____________________________________________
>
_______________________________________________
>
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.
_______________________________________________
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.