I override ProcessCmdKey and when I get Keys argument, I want to check if this Keys is Letter or Digit or Special Symbol.
ProcessCmdKey
Keys
I ha
if (keyData >= Keys.F1 && keyData <= Keys.F12) { //one of the key between F1~F12 is pressed }