type t
= [ `Keys of [ `Sep of string ] | `Description of (string ‑> string) option | `Text of string ] list
val default : t
The default format is:
default
"Press <key1 or key2 or ... keyn> to <uncapitalized description>."
key1
key2
keyn