module Keyboard_key:sig
..end
Keyboard_key
when you want to identify the character that the user typed. This
should only be invoked on keypress events, not keydown or keyup events.typet =
Uchar.t option
val of_event : Dom_html.keyboardEvent Js.t -> t