Re: keystroke <downarrow> etc. ?
Re: keystroke <downarrow> etc. ?
- Subject: Re: keystroke <downarrow> etc. ?
- From: "Robert C. Jacobson" <email@hidden>
- Date: Mon, 7 Apr 2003 15:03:29 -0400
At 04:30 PM +0100 4/7/03, John Delacour wrote:
Has anyone discovered how to get System Events to
type keys such as <down arrow>?
This works for down arrow:
tell application "System Events"
set foo to ASCII character 31
keystroke foo
end tell
I figured this out by using the free app Keycode from
<
http://www.folsch.de/english/software/keycode/index.htm>
I have no idea how portable that code is.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson email@hidden
BS, Aeronautical Engineering Univ. of Md., College Park
Flight Ops. Team - SOlar Heliospheric Observatory (SOHO)
(301) 286-1591
_______________________________________________
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.