RE: How Do I Tell System Events to do Keystroke Num-3
RE: How Do I Tell System Events to do Keystroke Num-3
- Subject: RE: How Do I Tell System Events to do Keystroke Num-3
- From: "Scott Babcock" <email@hidden>
- Date: Thu, 16 Jun 2005 18:05:28 -0700
- Thread-topic: How Do I Tell System Events to do Keystroke Num-3
Use the 'key code' event:
tell application "System Events"
tell application process "Quarkxpress"
key code 85
end tell
end tell
-----Original Message-----
Date: Wed, 15 Jun 2005 18:18:33 -0400
From: "Kennedy, Colin" <email@hidden>
Subject: How Do I Tell System Events to do Keystroke Num-3
To: <email@hidden>
Message-ID:
<email@hidden>
Content-Type: text/plain; charset="iso-8859-1"
tell application "System Events"
tell application "System Events" of process "Quarkxpress"
keystroke (NumberPad -3)
end tell
end tell
_______________________________________________
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