Vdom_keyboard.KeystrokeSourceinclude Ppx_compare_lib.Comparable.S with type t := tinclude Core.Bin_prot.Binable.S with type t := tinclude Ppx_hash_lib.Hashable.S with type t := tinclude Core.Comparable.S_binable with type t := tval clamp : t -> min:t -> max:t -> t Base.Or_error.tmodule Replace_polymorphic_compare : sig ... endval comparator : (t, comparator_witness) Core__Comparator.comparatormodule Map : sig ... endmodule Set : sig ... endinclude Core.Hashable.S_binable with type t := tval hash_fold_t : Base.Hash.state -> t -> Base.Hash.stateval hash : t -> Base.Hash.hash_valueval hashable : t Core__.Hashtbl.Hashable.tmodule Table : sig ... endmodule Hash_set : sig ... endmodule Hash_queue : sig ... endThe first string is either "Shift+" or "", depending on whether "Shift" needs to be displayed to indicate the keystrokes. The second is the keyboard code itself. For instance:
"" , "(" instead of "Shift+", "9""Shift+" , "a"