Windows.UI.Xaml.Input.KeyRoutedEventArgs.OriginalKey

June 22, 2022 ยท View on GitHub

-description

Gets the original, unmapped virtual key associated with the event.

Depending on the input device, the input button might be mapped to a different key value. For the mapped event value, see the Key property.

-property-value

A system value that indicates the code for the key referenced by the event.

-remarks

-examples

-see-also