Re: keystroke <arrow up>
Re: keystroke <arrow up>
- Subject: Re: keystroke <arrow up>
- From: Simon Forster <email@hidden>
- Date: Thu, 22 Jan 2004 14:37:47 +0000
- Resent-date: Thu, 22 Jan 2004 14:44:23 +0000
- Resent-from: Simon Forster <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: Applescript List <email@hidden>
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.