type t
=
| Command of Command.t | (** A disabled key is essentially a command that prevents the default handler of
that key (by returning |
| Disabled_key of Keystroke.t |
include sig ... end
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val disabled_key : Keystroke.t ‑> t
module Variants : sig ... end
val get_help_text : t ‑> Help_text.Command.t