timoxley / keycode

Convert between keyboard keycodes and keynames and vice versa.
MIT License
455 stars 62 forks source link

case sensitivity #7

Closed timoxley closed 10 years ago

timoxley commented 11 years ago

Should keycode('a') return something different to keycode('A')?

timoxley commented 11 years ago

probably not since component is designed for mapping keycodes from KeyboardEvent objects, and you it's impossible to send capital letters that way.