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