mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
20 lines
458 B
Markdown
20 lines
458 B
Markdown
---
|
|
title: IKeymanHotkey::VirtualKey Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanHotkey::VirtualKey` property sets or returns the virtual key
|
|
associated with the hotkey.
|
|
|
|
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
|
|
long VirtualKey
|
|
```
|