I'm using Keyboard.StringFromKeyCode(Keyboard.LastKeyCode) to retrieve the name of the last key pressed, for my control config.
For whatever reason it works perfectly for everything but the arrow keys; up, right, and left return a blank string and down returns "(".
Same results in 2 projects. Anyone else have this problem?