Re: keystroke (ASCII character 3) (enter) on macbook pro
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