mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
19 lines
414 B
Markdown
19 lines
414 B
Markdown
---
|
|
title: IKeymanHotkey::Clear() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanHotkey::Clear()` method clears the hotkey value.
|
|
|
|
Changes to the hotkey will be applied after
|
|
[`IKeymanKeyboardsInstalled::Apply`](../IKeymanKeyboardsInstalled/Apply)
|
|
is called for a keyboard hotkey, or after
|
|
[`IKeymanHotkeys::Apply`](../IKeymanHotkeys/Apply) is called for other
|
|
hotkeys.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Clear(void)
|
|
```
|