mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
606 B
606 B
| title |
|---|
| IKeymanHotkey::Modifiers Property |
Introduction
The IKeymanHotkey::Modifiers property controls the set of modifiers
associated with the hotkey.
Changes to the hotkey will be applied after
IKeymanKeyboardsInstalled::Apply
is called for a keyboard hotkey, or after
IKeymanHotkeys::Apply is called for other
hotkeys.
Specification
KeymanHotkeyModifiers Modifiers
Modifier Values
| Value | Modifier |
|---|---|
| 0x10000 | HK_ALT |
| 0x20000 | HK_CTRL |
| 0x40000 | HK_SHIFT |