Medium.js
Medium.js copied to clipboard
Missing `space` in the window.Key map?
Hi,
I found the window.Key
map really useful and have been using it instead of including another 3rd party script just for that purpose. I'm just wondering, why is space
not included there? Is there a browser specific issue with that or something? If none, I can make a pull request to add it there just to make it complete, if I may.
No browser specific issue, please pr and we'll accept.
Space key
'backspace': 8, '(space)': 32,
We would love to have your names on the list of contributors ;)