c# - What's the Key Enumeration of Keys on top of Non-Numpad Number Keys? -
c# - What's the Key Enumeration of Keys on top of Non-Numpad Number Keys? -
i seem can't find key enumerations of keys below. have read through : http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx , still didn't find (or maybe missed it)
questions :
what key enumeration of red-boxed keys in image above? there'soemtilde
in given link, thought key that? thank you.
(my programming language c# , code in wpf)
i dont think there seperate enums these keys. these key.d1 key.d0
, key.oem3
(for tilda). can identify 1 pressed checking keyboard.modifiers == modifierkeys.shift
@ point in code.
i.e if pressed key key.d1
, keyboard.modifiers
modifierkeys.shift
means '!'
pressed
c# wpf keyboard keyboard-shortcuts
Comments
Post a Comment