package incr_dom_keyboard

  1. Overview
  2. Docs
type t = {
  1. keys : Keystroke.t list;
  2. description : string;
  3. group : Grouped_help_text.Group_name.t option;
  4. handler : Handler.t;
}
val get_help_text : t -> Help_text.Command.t