mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
17 lines
448 B
Markdown
17 lines
448 B
Markdown
---
|
|
title: IKeyman::Hotkeys Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeyman::Hotkeys` property returns the Keyman
|
|
[`IKeymanHotkeys`](../IKeymanHotkeys) interface which provides a list of
|
|
configured user interface hotkeys. Hotkeys for activating a specific
|
|
keyboard layout are not listed here; these are visible under the
|
|
[`IKeymanLanguage::Hotkey`](../IKeymanLanguage/Hotkey) property.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanHotkeys* Hotkeys
|
|
```
|