mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
18 lines
387 B
Markdown
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
|
|
```
|