Class type Dom_html.keyboardEvent
inherit event
method altKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod shiftKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod ctrlKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod metaKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod location : int Js_of_ocaml.Js.readonly_propmethod key : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod code : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod which : int Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod charCode : int Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod keyCode : int Js_of_ocaml.Js.readonly_propmethod keyIdentifier : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop