• 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 command limit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Keystroke command limit


  • Subject: Re: Keystroke command limit
  • From: Nigel Smith <email@hidden>
  • Date: Wed, 27 Aug 2003 09:56:33 +0100

At 11:42 am -0400 26/8/03, Bill Cheeseman wrote:

> You can put an unlimited amount of text into a TextEdit text view

Probably worth pointing out at this point, since the thread is straying a
bit, that Marcus's original problem was with iChat. But as not everyone has
an iChat account, we're trying to show it in TextEdit instead.

Anyways, since almost every OSX text field that you can type into can also
accept the "Paste" command, I've suggested Marcus try something along these
lines:

--------
tell application "TextEdit"
activate
end tell

tell application "System Events"
tell process "TextEdit"
set the clipboard to "1234567890" -- keep going for a long string!
keystroke "v" with command down
end tell
end tell
--------

Certainly TextEdit has no trouble taking a 425984 character string in this
way -- which should be enough for an iChat field :-)

Later,

Nigel
_______________________________________________
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.

References: 
 >Re: Keystroke command limit (From: John Delacour <email@hidden>)

  • Prev by Date: Indesign tab
  • Next by Date: Re: Indesign tab
  • Previous by thread: Re: Keystroke command limit
  • Next by thread: Re: Keystroke command limit
  • Index(es):
    • Date
    • Thread