On or near 7/28/03 9:42 PM, Bryan Harris at [EMAIL PROTECTED] observed:
>
>
> I just remembered a feature I'd like to request for the upcoming release (if
> it isn't too late, and if it's even doable).
>
> I often need to use the "Edit Message" command out of the Message menu, but
> there's no keyboard shortcut, and no way to script it. It would be terrific
> if either, or both, of these items be added...
>
> - B
>
Second thought, after the toolbar button:
To get a keyboard shortcut there are two alternative ways to adding
AppleScript support for this command:
1. AppleScript using the new GUI interface to manipulate the menu item. It
would look like this:
tell application "System Events"
tell application process "Microsoft Entourage"
click menu item "Edit Message" of menu "Message" of menu bar 1
end tell
end tell
You would then name the script with an appropriate keyboard shortcut suffix.
If you don't have the GUI interface stuff for AppleScript (currently in
beta, but working very well): <http://www.apple.com/applescript/GUI/>
2. From Unsanity, you can get the neat haxie, Menu Master. This allows you
to assign keyboard shortcuts to any menu item in any program, and even to
override the keyboard shortcuts assigned by the application.
--
Microsoft MVP for Entourage/OE/Word (MVPs are volunteers)
Allen Watson <[EMAIL PROTECTED]> Entourage FAQ site:
<http://www.entourage.mvps.org/>
AppleScripts for Outlook Express and Entourage:
<http://members.thinkaccess.net/[EMAIL PROTECTED]/Scripts/>
Entourage Help Pages: <http://www.entourage.mvps.org/>
--
To unsubscribe:
<mailto:[EMAIL PROTECTED]>
archives:
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>