• 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: Type Text(Sigma) question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Type Text(Sigma) question


  • Subject: Re: Type Text(Sigma) question
  • From: JJ <email@hidden>
  • Date: Thu, 01 Feb 2001 20:25:49 +0100

This works fine for me:

tell application "Tex-Edit Plus"
activate
type text "a" holding down command
end tell

But if you're using Tex-Edit why don't you...

tell application "Tex-Edit Plus"
activate
select contents of window 1
copy
-- or get contents of window 1
end tell

Tex-Edit is one of the most scriptable apps.

You can also try Sdndi's additions

tell application "Tex-Edit Plus"
activate
TypeText "a" with Command
end tell


  • Prev by Date: Re: Target Application
  • Next by Date: Current hour and minute
  • Previous by thread: Re: Target Application
  • Next by thread: Re: Type Text(Sigma) question
  • Index(es):
    • Date
    • Thread