Class type Dom_html.keyboardEvent

inherit event
method altKey : bool Js.t Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method location : int Js.readonly_prop
method key : Js.js_string Js.t Js.optdef Js.readonly_prop
method code : Js.js_string Js.t Js.optdef Js.readonly_prop
method which : int Js.optdef Js.readonly_prop
method charCode : int Js.optdef Js.readonly_prop
method keyCode : int Js.readonly_prop
method keyIdentifier : Js.js_string Js.t Js.optdef Js.readonly_prop