Enum qapi_qmp::QKeyCode[][src]

pub enum QKeyCode {
    unmapped,
    shift,
    shift_r,
    alt,
    alt_r,
    ctrl,
    ctrl_r,
    menu,
    esc,
    _1,
    _2,
    _3,
    _4,
    _5,
    _6,
    _7,
    _8,
    _9,
    _0,
    minus,
    equal,
    backspace,
    tab,
    q,
    w,
    e,
    r,
    t,
    y,
    u,
    i,
    o,
    p,
    bracket_left,
    bracket_right,
    ret,
    a,
    s,
    d,
    f,
    g,
    h,
    j,
    k,
    l,
    semicolon,
    apostrophe,
    grave_accent,
    backslash,
    z,
    x,
    c,
    v,
    b,
    n,
    m,
    comma,
    dot,
    slash,
    asterisk,
    spc,
    caps_lock,
    f1,
    f2,
    f3,
    f4,
    f5,
    f6,
    f7,
    f8,
    f9,
    f10,
    num_lock,
    scroll_lock,
    kp_divide,
    kp_multiply,
    kp_subtract,
    kp_add,
    kp_enter,
    kp_decimal,
    sysrq,
    kp_0,
    kp_1,
    kp_2,
    kp_3,
    kp_4,
    kp_5,
    kp_6,
    kp_7,
    kp_8,
    kp_9,
    less,
    f11,
    f12,
    print,
    home,
    pgup,
    pgdn,
    end,
    left,
    up,
    down,
    right,
    insert,
    delete,
    stop,
    again,
    props,
    undo,
    front,
    copy,
    open,
    paste,
    find,
    cut,
    lf,
    help,
    meta_l,
    meta_r,
    compose,
    pause,
    ro,
    hiragana,
    henkan,
    yen,
    muhenkan,
    katakanahiragana,
    kp_comma,
    kp_equals,
    power,
    sleep,
    wake,
    audionext,
    audioprev,
    audiostop,
    audioplay,
    audiomute,
    volumeup,
    volumedown,
    mediaselect,
    mail,
    calculator,
    computer,
    ac_home,
    ac_back,
    ac_forward,
    ac_refresh,
    ac_bookmarks,
}

Variants

Trait Implementations

impl Debug for QKeyCode
[src]

Formats the value using the given formatter. Read more

impl Clone for QKeyCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QKeyCode

impl Sync for QKeyCode