• 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 a period or numbers ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Keystroke a period or numbers ?


  • Subject: Re: Keystroke a period or numbers ?
  • From: Deivy Petrescu <email@hidden>
  • Date: Fri, 11 Apr 2003 22:26:12 -0400

On Friday, April 11, 2003, at 09:58 PM, Irwin Poche wrote:
this works for me :

<script>
tell application "TextEdit"
activate
end tell
tell application "System Events"
tell process "TextEdit"

keystroke "abcdefghijklmnopqrstuvwxyz"
delay 1
keystroke return
delay 1
keystroke "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
delay 1
keystroke return
keystroke "0123456789"
delay 1
keystroke return

keystroke "` ~ ! @ # $ % ^ & * ( ) - = _ + [ ] { } | ; ' : , . < >
?"
keystroke return
delay 1
repeat with x from 33 to 56
keystroke (ASCII character x)
delay 1
keystroke return
end repeat
end tell
end tell
</script>
_______________________________________________
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: Keystroke a period or numbers ?
      • From: Irwin Poche <email@hidden>
    • putting a Unicde character into a string (Was Re: Keystroke a period or numbers ?)
      • From: Lewis Butler <email@hidden>
    • Re: Keystroke a period or numbers ?
      • From: Timothy Bates <email@hidden>
References: 
 >Keystroke a period or numbers ? (From: Irwin Poche <email@hidden>)

  • Prev by Date: Keystroke a period or numbers ?
  • Next by Date: Re: Keystroke a period or numbers ?
  • Previous by thread: Keystroke a period or numbers ?
  • Next by thread: Re: Keystroke a period or numbers ?
  • Index(es):
    • Date
    • Thread