tagKeymanKeyboardHotkey Enumeration
The hotkey flags for a Keyman hotkey. Hotkeys are stored as a DWORD, with the high word being shift state: HK_ALT = $00010000, HK_CTRL = $00020000, HK_SHIFT = $00040000, and the low word is the virtual key code.
Enumeration Members
Member Name | Member Value |
---|---|
HK_ALT | 65536 |
HK_CTRL | 131072 |
HK_SHIFT | 262144 |