Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.0

Index

On this page

You are viewing documentation of version 7.0, which is not included in the latest version. Click here to open the index page for version 18.0.

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