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

Expanding dictionary


  • Subject: Expanding dictionary
  • From: John Delacour <email@hidden>
  • Date: Tue, 2 Sep 2003 16:42:23 +0100
  • Mac-eudora-version: 6.1a1

For general convenience and in order to do any searching, the dictionary listing needs to be expanded. If you save this script in Script Editor's Scripts folder, this can be done from the contextual menu.

With the dictionary frontmost, position the cursor over a script window and right click (control click) to select the script in the CM.


tell application "System Events"
tell process "Script Editor"
set {_rt, _up} to {(ASCII character 29), (ASCII character 30)}
repeat 3 times
keystroke "a" using command down
keystroke _rt using command down
end repeat
keystroke _up using command down
end tell
end tell
_______________________________________________
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.

  • Prev by Date: Re: Fetch
  • Next by Date: [ANN] September Philadelphia Area AppleScript User's Group Meeting
  • Previous by thread: Porting OS 9 scripts to OS X
  • Next by thread: [ANN] September Philadelphia Area AppleScript User's Group Meeting
  • Index(es):
    • Date
    • Thread