Closed timoxley closed 10 years ago
Should keycode('a') return something different to keycode('A')?
probably not since component is designed for mapping keycodes from KeyboardEvent objects, and you it's impossible to send capital letters that way.
KeyboardEvent
Should keycode('a') return something different to keycode('A')?