Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 8.0

Index

On this page

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 NameMember Value
HK_ALT65536
HK_CTRL131072
HK_SHIFT262144