scala-js/scala-js-dom

Add code member to KeyboardEvent

OndrejSpanel opened this issue · 1 comments

KeyboardEvent should contain code member. This is useful when one wants to identify keys on prominent locations like Backquote even with international layouts, which do not have "`" printable representation for that key.

Thanks! A PR would be welcome to add this :)