Wl_keyboard.Keymap_format
Keyboard mapping format.
This specifies the format of the keymap provided to the client with the wl_keyboard.keymap event.
type t =
| No_keymap : t
| Xkb_v1 : t
val to_int32 : t -> int32
val of_int32 : int32 -> t