Edit

kc3-lang/libxkbcommon/test/basic.xkb

Branch :

  • Show log

    Commit

  • Author : Daniel Stone
    Date : 2012-02-15 14:34:08
    Hash : 4e228511
    Message : Introduce xkb_keycode_t for keycodes And use it consistently everywhere, including with a special long-safe internal keycode type, to ease the transition to large keycodes. Signed-off-by: Daniel Stone <daniel@fooishbar.org>

  • test/basic.xkb
  • xkb_keymap {
        xkb_keycodes  { include "xfree86+aliases(qwerty)" };
        xkb_types     { include "complete" };
        xkb_compat    { include "complete" };
        xkb_symbols   { include "pc+us" };
    };