I'm working on a TextBox class that simply adds a character to its Text property for every key that's pressed, and I've got a few questions about some of the (unsummarized) Microsoft.Xna.Framework.Input.Keys enumeration members:
Attn
ChatPadGreen
ChatPadOrange
Crsel
Decimal
Execute
Exsel
ImeConvert
ImeNoConvert
Kana
Kanji
LaunchApplication1
LaunchApplication2
OemAuto
OemPipe
ProcessKey
Separator
Sleep
Zoom
I need to know what these keys do, and (more importantly) what, if any, characters they should be represented by in a TextBox.
Thanks in advance