Looking for shortcut to empty trash...

D

DeWaun Simmons

I'm using Entourage v.X and hate having to mouse-click on the "Deleted
Items" folder to empty the trash. As I am really keen on keyboard
shortcuts...is there a keyboard shortcut for deleting the trash in
Entourage???
 
P

Paul Berkowitz

I'm using Entourage v.X and hate having to mouse-click on the "Deleted
Items" folder to empty the trash. As I am really keen on keyboard
shortcuts...is there a keyboard shortcut for deleting the trash in
Entourage???

There's a schedule to do it. If you're in Panther you can a shortcut simply,
- otherwise it can be done by script. If you look in Tools/Run Schedule/
you'll see "Empty Deleted Items Folder" menu item.

In Panther, go to System Preferences/Keyboard & Mouse/Keyboard Shortcuts.
Select "Application Keyboard Shortcuts" at the bottom and click the "+"
button. Flip the popup to Entourage. Type in "Empty Deleted Items Folder"
exactly, without quotes, then press the keys you want for the shortcut. (I
use shift-command-E, which is not taken by anything. Also most shortcuts
containing control key are not taken.) Click "Add". That's it.

Otherwise, or if pre Panther, save this script:

tell application "Microsoft Entourage"
execute schedule "Empty Deleted Items Folder"
end tell

in Script Editor, as a Script, to the Entourage Script Menu Items folder in
Microsoft User Data Folder (in your user Documents folder). Name it
something like:

Empty Trash \smE

to give it that shortcut of shift-command-E. Read the Entourage Help for
Script Menu to see the naming system for keyboard shortcuts for scripts.
It's the "\" at the end which sets it up.


--
Paul Berkowitz
MVP Entourage
Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>

Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.

PLEASE always state which version of Entourage you are using - **2004**, X
or 2001. It's often impossible to answer your questions otherwise.
 
Top