mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
28 lines
606 B
Markdown
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 |
|