timoxley / keycode

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

add new keycode for IE space #46

Closed OleksiiPavlenko closed 6 years ago

OleksiiPavlenko commented 6 years ago

With the using keycode library with IE, there missed $event.key for space

timoxley commented 6 years ago

@JackTheD Changes this a little but released in 2.2.0. This needed to be spacebar not Spacebar, and I moved it to the aliases section so it works with the other aliases. Hope this works for you.