Module Keyboard_event_handler.Command

type t = {
  1. keys : Keystroke.t list;
    (*

    Descriptions can be displayed using Vdom_keyboard.Help_text.

    *)
  2. description : string;
  3. group : Grouped_help_text.Group_name.t option;
  4. handler : Handler.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val get_help_text : t -> Help_text.Command.t