spiegel-keyman/windows/docs/engine/api/IKeymanHotkey/Modifiers.md
2024-10-31 10:17:54 +07:00

28 lines
606 B
Markdown

---
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`](../IKeymanKeyboardsInstalled/Apply)
is called for a keyboard hotkey, or after
[`IKeymanHotkeys::Apply`](../IKeymanHotkeys/Apply) is called for other
hotkeys.
## Specification
``` clike
KeymanHotkeyModifiers Modifiers
```
## Modifier Values
| Value | Modifier |
|---------|----------|
| 0x10000 | HK_ALT |
| 0x20000 | HK_CTRL |
| 0x40000 | HK_SHIFT |