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

18 lines
387 B
Markdown

---
title: IKeymanKeyboard::DefaultHotkey Property
---
## Introduction
The `IKeymanKeyboard::DefaultHotkey` property returns the
[`&hotkey`](/developer/language/reference/hotkey) value from the
keyboard file.
This is informational data and may not be the same as the currently
configured hotkey for the keyboard.
## Specification
``` clike
readonly IKeymanHotkey* DefaultHotkey
```