Expanding dictionary
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.