In the Add/Modify Shortcut Entry dialog box, type the following information for the shortcut that you are creating or modifying, and then click OK:
You can use the following special folders for Location:
[StartMenuFolder] | Windows Start menu |
[ProgramMenuFolder] | Windows Start\Programs menu |
[StartupFolder] | Startup folder in the Windows Start\Programs menu |
[DesktopFolder] | Windows Desktop folder |
[INSTALLLOCATION] | The folder in which Office is installed |
[FavoritesFolder] | The user's Favorites folder |
[AppDataFolder] | The user's Application Data folder |
[NetHoodFolder] | The user's My Network Places folder |
The following are some examples:
Some key combinations, such as CTRL+ALT+VK_DELETE, might be used by the system and might not start the application as expected. Be careful to avoid conflicts on the user's computer, especially when specifying a shortcut key without a modifier. For example, if you specify VK_A with no modifier, the application runs every time the user types the A key.
You can use the following virtual key names:Virtual key name | Hex key code | Description |
VK_0 … VK_9 | 30-39 | Keys 0-9 |
VK_A … VK_Z | 41-5A | Keys A-Z |
VK_NUMPAD0 … VK_NUMPAD9 | 60-69 | Keys 0-9 on the numeric keypad |
VK_F1 ... VK_F24 | 70-87 | Function keys F1-F24 |
VK_LBUTTON | 1 | Left mouse button |
VK_RBUTTON | 2 | Right mouse button |
VK_CANCEL | 3 | Control-break processing |
VK_MBUTTON | 4 | Middle mouse button (three-button mouse) |
VK_BACK | 8 | BACKSPACE key |
VK_CLEAR | 0C | CLEAR key |
VK_RETURN | 0D | ENTER key |
VK_PAUSE | 13 | PAUSE key |
VK_CAPITAL | 14 | CAPS LOCK key |
VK_PRIOR | 21 | PAGE UP key |
VK_NEXT | 22 | PAGE DOWN key |
VK_END | 23 | END key |
VK_HOME | 24 | HOME key |
VK_LEFT | 25 | LEFT ARROW key |
VK_UP | 26 | UP ARROW key |
VK_RIGHT | 27 | RIGHT ARROW key |
VK_DOWN | 28 | DOWN ARROW key |
VK_SELECT | 29 | SELECT key |
VK_EXECUTE | 2B | EXECUTE key |
VK_SNAPSHOT | 2C | PRINT SCREEN key |
VK_INSERT | 2D | INS key |
VK_HELP | 2F | HELP key |
VK_MULTIPLY | 6A | Multiply key |
VK_ADD | 6B | Add key |
VK_SEPARATOR | 6C | Separator key |
VK_SUBTRACT | 6D | Subtract key |
VK_DECIMAL | 6E | Decimal key |
VK_DIVIDE | 6F | Divide key |
VK_NUMLOCK | 90 | NUM LOCK key |
VK_SCROLL | 91 | SCROLL LOCK key |