• 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: keystroke (ASCII character 3) (enter) on macbook pro
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: keystroke (ASCII character 3) (enter) on macbook pro


  • Subject: Re: keystroke (ASCII character 3) (enter) on macbook pro
  • From: Yvan KOENIG <email@hidden>
  • Date: Sun, 14 Jun 2009 20:25:41 +0200


Le 14 juin 2009 à 20:12, revDAVE a écrit :

Hi Folks,

To simulate keystroke "enter" in filemaker pro I have the applescript

tell application "System Events"
keystroke (ASCII character 3)
end tell



On both operating systems I would use:

tell application "FileMaker Pro"
activate
end tell
tell application "System Events" to tell application process "FileMaker Pro"
keystroke (ASCII character 3)
end tell


Yvan KOENIG (from FRANCE dimanche 14 juin 2009 20:25:35)



_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >keystroke (ASCII character 3) (enter) on macbook pro (From: revDAVE <email@hidden>)

  • Prev by Date: Re: keystroke (ASCII character 3) (enter) on macbook pro
  • Next by Date: Re: keystroke (ASCII character 3) (enter) on macbook pro
  • Previous by thread: Re: keystroke (ASCII character 3) (enter) on macbook pro
  • Next by thread: Re: keystroke (ASCII character 3) (enter) on macbook pro
  • Index(es):
    • Date
    • Thread