I seem can't find the Key enumerations of some keys below. I also have read through this : http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx and still didn't find any (or maybe I missed it)

Questions :
Oemtilde in the given link, any idea what key is that?Thank you.
(My programming language is C# and I code in WPF)
I dont think there are seperate enums for these keys. These are Key.D1 to Key.D0 and Key.Oem3 (for tilda). You can identify which one was pressed by checking Keyboard.Modifiers == ModifierKeys.Shift at any point in your code.
i.e if pressed key is Key.D1 and Keyboard.Modifiers is ModifierKeys.Shift that means '!' was pressed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With