jakiestfu / Medium.js

A tiny JavaScript library for making contenteditable beautiful (Like Medium's editor)

Home Page:http://jakiestfu.github.io/Medium.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `space` in the window.Key map?

fcbajao opened this issue · comments

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 ;)