On 10/31/06 12:42 PM, "Remo Del Bello" <[EMAIL PROTECTED]> wrote:
> On 10/30/06 1:47 PM, Diane Ross deftly typed out:
>
>> You can add shortcuts to Entourage Menu items using System Preferences, but
>> many users have reported mixed results.
>
> I think the problem, though, is that there is no menu option to modify the
> priority of a Task. Without a menu item, there's no way to create a keyboard
> shortcut...
I think Diane may have meant Entourage Script Menu. You can always easily
add a keyboard shortcut to a script, for example this script:
tell application "Microsoft Entourage"
try
set theTask to item 1 of (get selection)
if class of theTask is not task then error number -128
on error
beep
return
end try
set priority of theTask to highest
end tell
(This works with a task selected in the Tasks list, not with an open task
window. Save the script to the Entourage Script Menu Items folder with a
keyboard shortcut as per Help/About the script menu.)
--
Paul Berkowitz
--
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/>