class type keyboardEvent =Inheritsobject..end
method charCode : int Js.optdef Js.readonly_propmethod keyCode : int Js.readonly_propmethod keyIdentifier : Js.js_string Js.t Js.optdef Js.readonly_propmethod altKey : bool Js.t Js.readonly_propmethod shiftKey : bool Js.t Js.readonly_propmethod ctrlKey : bool Js.t Js.readonly_propmethod metaKey : bool Js.t Js.readonly_prop