In Microsoft Outlook 2011, I'd like to be able to quickly highlight an email and move it to a folder (e.g. "Processed") with a simple keyboard shortcut.
|
By default there isn't a shortcut to move an email to a specific folder. You can use However, you can create an Applescript and then map that to a shortcut through System Preferences > Keyboard. Here is a sample script that will move emails to a folder named Processed (here is the original source if you would like to learn more). You can save the file wherever you'd like, but the default Outlook scripts are saved in /Documents/Microsoft User Data/Outlook Script Menu Items/. To create the shortcut open up the Keyboard Shortcuts panel, and under Application Shortcuts hit +. It will give you a list of applications to choose from (Outlook 2011), and then for the menu title make sure you choose the name of the name of the script as it appears in the menu. |
|||
|
|
|
There's a simpler way with just adding a keyboard shortcut to the app, outlined here. I'm a big GMail user, and I wanted to map a keyboard shortcut to move a message to an "Archive" folder that I'd created within Outlook on the Mac, just like GMail has an archive keyboard shortcut. That article worked for me. |
|||
|
|