scala-js / scala-js-dom

Statically typed DOM API for Scala.js
Other
315 stars 160 forks source link

Add code member to KeyboardEvent #726

Closed OndrejSpanel closed 1 year ago

OndrejSpanel commented 1 year ago

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.

armanbilge commented 1 year ago

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