HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
441 stars 77 forks source link

Add the keypress event #202

Closed dominicprior closed 6 years ago

dominicprior commented 6 years ago

The keypress event completes the standard keydown, keypress, keyup trio, and is useful for getting hold of the actual Unicode character, as opposed to the numeric keycode.

Hope this helps!

HeinrichApfelmus commented 6 years ago

Thanks!