Modifier Key Values
The following is a list of values for specifying modifier keys. Multiple keys may be specified using commas to separate single values.
| Define value | Description |
|---|---|
| ALT_KEY | The "Alt" key |
| RALT_KEY | The "Alt" key on the right side of the keyboard. This is relevant to locales where this key is different from the left ALT key. |
| SHIFT_KEY | The "Shift" key |
| CONTROL_KEY | The "Control" key |
| WIN_KEY | The "WinLOGO" key |
| NO_KEY | (Default) No modifier key. If multiple values are specified and NO_KEY is one of them, NO_KEY is ignored. It is generally not necessary to specify NO_KEY. |

