• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: How Do I Tell System Events to do Keystroke Num-3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How Do I Tell System Events to do Keystroke Num-3
      • From: Stephen Jonke <email@hidden>
  • Prev by Date: Re: Inventory script
  • Next by Date: Script wont update mail account.
  • Previous by thread: How Do I Tell System Events to do Keystroke Num-3
  • Next by thread: Re: How Do I Tell System Events to do Keystroke Num-3
  • Index(es):
    • Date
    • Thread