Dom.KeyboardEventtype t = Dom.keyboardEventinclude sig ... endval bubbles : t -> boolval cancelable : t -> boolval composed : t -> boolval currentTarget : t -> Dom.eventTargetval defaultPrevented : t -> boolval eventPhase : t -> Webapi__Dom__Types.EventPhase.tval target : t -> Dom.eventTargetval timeStamp : t -> floatval type_ : t -> stringval isTrusted : t -> boolval preventDefault : unit -> tval stopImmediatePropagation : unit -> tval stopPropagation : unit -> tval make : string -> tval altKey : t -> boolval code : t -> stringval ctrlKey : t -> boolval isComposing : t -> boolval key : t -> stringval locale : t -> stringval location : t -> intval metaKey : t -> boolval repeat : t -> boolval shiftKey : t -> boolval getModifierState : Webapi__Dom__Types.modifierKey -> t -> bool