Normal
It's a bad idea to hijack other threads, so I split it off.Anyway, there is no list, I can only offer the following. Currently that property is involved in the code for catching imitated keystrokes in MP (this might change in the future):http://msdn2.microsoft.com/en-us/library/system.windows.forms.keypresseventargs.keychar.aspxBad thing for you is this section on that page:You can get or set the following keys: * a-z, A-Z. * CTRL. * Punctuation marks. * Number keys, both across the top of the keyboard and on the numeric keypad. * ENTER.You cannot get or set the following keys: * The TAB key. * INSERT and DELETE. * HOME. * END. * PAGE UP and PAGE DOWN. * F1-F2. * ALT. * Arrow keys.
It's a bad idea to hijack other threads, so I split it off.
Anyway, there is no list, I can only offer the following. Currently that property is involved in the code for catching imitated keystrokes in MP (this might change in the future):
http://msdn2.microsoft.com/en-us/library/system.windows.forms.keypresseventargs.keychar.aspx
Bad thing for you is this section on that page:
You can get or set the following keys:
* a-z, A-Z.
* CTRL.
* Punctuation marks.
* Number keys, both across the top of the keyboard and on the numeric keypad.
* ENTER.
You cannot get or set the following keys:
* The TAB key.
* INSERT and DELETE.
* HOME.
* END.
* PAGE UP and PAGE DOWN.
* F1-F2.
* ALT.
* Arrow keys.