spiegel-keyman/windows/docs/engine/api/IKeymanHotkeys/Reset.md
2024-10-31 10:17:54 +07:00

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)
```