K
kevs
Is there a keystroke one can make for inbox?
OS 10.3.3
Office X
OS 10.3.3
Office X
Is there a keystroke one can make for inbox?
OS 10.3.3
Office X
No:You can do it using AppleScript. Open Script Editor
(HD/Applications/AppleScript/Script Editor), and paste this in:
-- Start Copying
tell application "Microsoft Entourage"
set displayed feature of main window to folder "Inbox"
end tell
-- Stop Copying
Then, go to File -> Save As. Save it as a compiled script to HD/Users/<Your
User>/Documents/Microsoft User Data/Entourage Script Menu Items. Name the
script with a suffix to indicate the desired keyboard shortcut, as described
here:
<http://www.entourage.mvps.org/help/script.html#Anchor-Using-47857>
If you wanted to assign Command-Control-I to open the Inbox, you'd name the
script "Open Inbox\mcI"
Once you've saved the script, pressing the keyboard shortcut you assigned
while in Entourage should open the Inbox.
No:
I think I explained wrong.
Lets say your outbox is currently selected. You are standing at your
computer and don't want to sit down and grab the mouse to select the inbox.
Is there a quick keystroke for that -- or a way to program one?
Thanks Paul:
What did you mean by paste and save in script editor?
I pasted Open Inbox \cO
And did a search at Macscripter but got no results. Obviously I didn't
understand.....please clearify where to find this script. Thanks!!!!!!
Bernardkevs wrote :
The lines you were supposed to copy and paste in the ScriptEditor are the
following:
tell application "Microsoft Entourage"
open main window -- brings it forward
set displayed feature of main window to in box folder
end tell
Not too conversant with making script. Never done one myself. I imagine
it's not that easy........?
Worked great Bernard. Very nice instruction.
Couple of things.
Any easy way, if one wanted to use their own keystroke?
I guess this is more complex being that you can't use the system pref.
Keyboard keystroke feature because this is all being done in the arcane
world of Entourage, right?
Also, in you wanted keystrokes for deleted items, sent items.....