Re: what's the ascii for the escape key, and bonus question
Re: what's the ascii for the escape key, and bonus question
- Subject: Re: what's the ascii for the escape key, and bonus question
- From: Michael Henley <email@hidden>
- Date: Sun, 17 Jul 2005 23:06:41 -0400
tell application "System Events"
keystroke space using command down -- invoke spotlight
delay 1
key code 53 -- escape key
end tell
For a decent list of key codes look here:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_15887
For a decent application to fill in the gaps, try:
http://www.versiontracker.com/dyn/moreinfo/macosx/21215
On Jul 11, 2005, at 18:05, Eric Geoffroy wrote:
Or, a better question might be. What keystroke can I ask "System
event's" to keystroke to give me an escape?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden