Module Incr_dom_keyboard__Keyboard_event_handler.Command

type t = {
keys : Incr_dom_keyboard.Keystroke.t list;
description : string;
group : Incr_dom_keyboard.Grouped_help_text.Group_name.t option;
handler : Handler.t;
}
val get_help_text : t -> Incr_dom_keyboard.Help_text.Command.t