package incr_dom_keyboard

  1. Overview
  2. Docs
type t = [ `Keys of [ `Sep of string ] | `Description of (string -> string) option | `Text of string ] list
val default : t

The default format is:

"Press <key1 or key2 or ... keyn> to <uncapitalized description>."