• 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: GUI Scripting / Keystroke
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI Scripting / Keystroke


  • Subject: Re: GUI Scripting / Keystroke
  • From: Paul Berkowitz <email@hidden>
  • Date: Thu, 12 Jun 2003 19:57:40 -0700

On 6/12/03 7:35 PM, "James Spahr" <email@hidden> wrote:

> tell application "System Events"
>
> tell process "Acrobat 6.0 Professional.app"
> keystroke "o" with command and with shift down
> end tell
>
> end tell
>
>
>
> obviously, this will not compile.

Remove the second 'with':

tell application "System Events"

tell process "Acrobat 6.0 Professional.app"
keystroke "o" with command and shift down
end tell

end tell

--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: GUI Scripting / Keystroke
      • From: Rob Jorgensen <email@hidden>
References: 
 >GUI Scripting / Keystroke (From: James Spahr <email@hidden>)

  • Prev by Date: Complete & Total Novice
  • Next by Date: Re: GUI Scripting / Keystroke
  • Previous by thread: GUI Scripting / Keystroke
  • Next by thread: Re: GUI Scripting / Keystroke
  • Index(es):
    • Date
    • Thread