Gets the unicode symbol of the key, or null if none is applicable.
For example, when pressing the key located at the Z position on standard US English QWERTY keyboard,
this property returns:
- z for an English (QWERTY) layout
- w for a French (AZERTY) layout
- y for a German (QWERTZ) layout
- я for a Russian (JCUKEN) layout
public string? KeySymbol { get; init; }Public Property KeySymbol As String
Get
Setmember KeySymbol : string with get, set