Keyboard-accelerator codes for the Shortcut property of menu items, identifying which key combination triggers a given menu command.
Ctrl + letter
| Constant | Value | Description |
| – | 1 – 26 | Ctrl + A through Ctrl + Z. |
Function keys
| Constant | Value | Description |
| – | 27 – 35 | F1 through F9. |
| 36 | F11. |
| 37 | F12. |
Ctrl + function
| Constant | Value | Description |
| – | 38 – 46 | Ctrl + F1 through Ctrl + F9. |
| 47 | Ctrl + F11. |
| 48 | Ctrl + F12. |
Shift + function
| Constant | Value | Description |
| 49 | Shift + F1. |
| 50 | Shift + F2. (Spelling preserved as in source.) |
| – | 51 – 57 | Shift + F3 through Shift + F9. |
| 58 | Shift + F11. |
| 59 | Shift + F12. |
Shift + Ctrl + function
| Constant | Value | Description |
| – | 60 – 68 | Shift + Ctrl + F1 through Shift + Ctrl + F9. |
| 69 | Shift + Ctrl + F11. |
| 70 | Shift + Ctrl + F12. |
Editing keys
| Constant | Value | Description |
| 71 | Ctrl + Insert. |
| 72 | Shift + Insert. |
| 73 | Delete. |
| 74 | Shift + Delete. |
| 75 | Alt + Backspace. |