Class type Dom_html.keyboardEvent
inherit event
method 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_propmethod location : int Js.readonly_propmethod key : Js.js_string Js.t Js.optdef Js.readonly_propmethod code : Js.js_string Js.t Js.optdef Js.readonly_propmethod which : int Js.optdef Js.readonly_propmethod charCode : int Js.optdef Js.readonly_propmethod keyCode : int Js.readonly_propmethod keyIdentifier : Js.js_string Js.t Js.optdef Js.readonly_prop