mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
33 lines
656 B
Markdown
33 lines
656 B
Markdown
---
|
|
title: IKeymanHotkeys Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanHotkeys` interface lists hotkeys configured for Keyman
|
|
Engine.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > **`IKeymanHotkeys`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an [`IKeymanHotkey`](../IKeymanHotkey) reference for the
|
|
hotkey identified by `Index`.
|
|
|
|
## Methods
|
|
|
|
[`Apply()`](Apply)
|
|
: Applies changes to the hotkeys in the collection to Keyman Engine.
|
|
|
|
|
|
[`Reset()`](Reset)
|
|
: Resets all hotkeys in the collection to empty.
|