Edit

kc3-lang/libxkbcommon/test/basic.xkb

Branch :

  • Show log

    Commit

  • Author : Dan Nicholson
    Date : 2009-04-10 12:33:31
    Hash : c728d91b
    Message : Program and files for testing CompileKeymapFromFile A few simple test cases for verifying the operation of parsing a keymap file and compiling a keyboard description from it.

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