jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)
http://jakiestfu.github.io/Medium.js/
4.39k stars 403 forks source link

Missing `space` in the window.Key map? #179

Open fcbajao opened 8 years ago

fcbajao commented 8 years ago

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.

robertleeplummerjr commented 8 years ago

No browser specific issue, please pr and we'll accept.

daominhsangvn commented 8 years ago

Space key 'backspace': 8, '(space)': 32,

robertleeplummerjr commented 8 years ago

We would love to have your names on the list of contributors ;)