mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
15 lines
275 B
Markdown
15 lines
275 B
Markdown
---
|
|
title: IKeymanHotkeys::Reset() Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanHotkeys::Reset()` method resets the value of all hotkeys in
|
|
the collection to empty. [`Apply`](Apply) must be called for the changes
|
|
to take effect.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
void Reset(void)
|
|
```
|