Key names are defined by the following rules :
- For digit keys
0..9, the name is the digit as a string :"0", "1" ... - For alphabetical keys
A..Z, the name is the character as a string :"A", "B" ... - Any other key is represented by the Windows virtual key as a string :
"VK_SPACE", "VK_RETURN", "VK_SHIFT"... - The full list of Windows virtual keys is available here