mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
14 lines
209 B
Markdown
14 lines
209 B
Markdown
---
|
|
title: IKeymanHotkeys::Apply() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanHotkeys::Apply()` method applies changes to the keyboard
|
|
hotkeys to Keyman Engine.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Apply(void)
|
|
```
|