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