Enum wayland_client::wayland::seat::WlKeyboardKeymapFormat [] [src]

pub enum WlKeyboardKeymapFormat {
    NoKeymap,
    XkbV1,
}

keyboard mapping format

This specifies the format of the keymap provided to the client with the wl_keyboard.keymap event.

Variants

no keymap; client must understand how to interpret the raw keycode

libxkbcommon compatible; to determine the xkb keycode, clients must add 8 to the key event keycode

Trait Implementations

impl Debug for WlKeyboardKeymapFormat
[src]

Formats the value using the given formatter.