// $XFree86$ partial alphanumeric_keys xkb_symbols "basic" { // This layout should work exactly as a cz with the exception // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped). // 2001 by Kamil Toman include "cz(basic)" key { [ z, Z, degree, NoSymbol ] }; key { [ y, Y, NoSymbol, NoSymbol ] }; }; // Use instead of (useful for keyboard without key) xkb_symbols "bksl" { include "cz_qwerty(basic)" key { [ backslash, bar, slash, NoSymbol ] }; };