package incr_dom_keyboard

  1. Overview
  2. Docs

Module Keyboard_event_handler.Command

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