// $XKeyboardConfig: xkbdesc/symbols/cz,v 1.9 2005/01/18 18:17:48 svu Exp $ // $XFree86: xc/programs/xkbcomp/symbols/cz,v 1.2 2002/11/22 04:02:22 dawes // Exp $ partial default alphanumeric_keys xkb_symbols "basic" { // This layout conforms to a new cz compromise standard designed // to satisfy most unix, windows and mac users. // 2001 by Kamil Toman include "latin" name[Group1]= "Czechia"; key { [ semicolon, dead_abovering, grave, asciitilde ] }; key { [ plus, 1, exclam, dead_tilde ] }; key { [ ecaron, 2, at, dead_caron ] }; key { [ scaron, 3, numbersign, dead_circumflex ] }; key { [ ccaron, 4, dollar, dead_breve ] }; key { [ rcaron, 5, percent, dead_abovering ] }; key { [ zcaron, 6, asciicircum, dead_ogonek ] }; key { [ yacute, 7, ampersand, dead_grave ] }; key { [ aacute, 8, asterisk, dead_abovedot] }; key { [ iacute, 9, braceleft, dead_acute ] }; key { [ eacute, 0, braceright, dead_doubleacute ] }; key { [ equal, percent, NoSymbol, dead_diaeresis ] }; key { [dead_acute, dead_caron, dead_macron, dead_cedilla ] }; key { [ q, Q, backslash, NoSymbol ] }; key { [ w, W, bar, Nosymbol ] }; key { [ e, E, EuroSign, NoSymbol ] }; key { [ r, R, NoSymbol, NoSymbol ] }; key { [ t, T, NoSymbol, NoSymbol ] }; key { [ z, Z, NoSymbol, NoSymbol ] }; key { [ u, U, NoSymbol, NoSymbol ] }; key { [ i, I, NoSymbol, NoSymbol ] }; key { [ o, O, NoSymbol, NoSymbol ] }; key { [ p, P, NoSymbol, NoSymbol ] }; key { [ uacute, slash, bracketleft, division ] }; key { [parenright, parenleft, bracketright, multiply ] }; key { [ a, A, asciitilde, NoSymbol ] }; key { [ s, S, dstroke, NoSymbol ] }; key { [ d, D, Dstroke, NoSymbol ] }; key { [ f, F, bracketleft, NoSymbol ] }; key { [ g, G, bracketright, NoSymbol ] }; key { [ h, H, grave, NoSymbol ] }; key { [ j, J, apostrophe, NoSymbol ] }; key { [ k, K, lstroke, NoSymbol ] }; key { [ l, L, Lstroke, NoSymbol ] }; key { [ uring, quotedbl, dollar, NoSymbol ] }; key { [ section, exclam, apostrophe, ssharp ] }; key { [ EuroSign, dead_diaeresis, NoSymbol, NoSymbol ] }; key { [dead_diaeresis, apostrophe, backslash, bar ] }; key { [ backslash, bar, slash, NoSymbol ] }; key { [ y, Y, degree, NoSymbol ] }; key { [ x, X, numbersign, Nosymbol ] }; key { [ c, C, ampersand, NoSymbol ] }; key { [ v, V, at, NoSymbol ] }; key { [ b, B, braceleft, NoSymbol ] }; key { [ n, N, braceright, NoSymbol ] }; key { [ m, M, asciicircum, NoSymbol ] }; key { [ comma, question, less, NoSymbol ] }; key { [ period, colon, greater, NoSymbol ] }; key { [ minus, underscore, asterisk, NoSymbol ] }; key { [ space, space, nobreakspace, nobreakspace ] }; key { type[Group1]="FOUR_LEVEL_KEYPAD", [ KP_Delete, comma, KP_Delete, KP_Decimal ] }; include "level3(ralt_switch)" }; // Use instead of (useful for keyboard without key) xkb_symbols "bksl" { include "cz(basic)" name[Group1]= "Czechia - With <\|> key"; key { [ backslash, bar, slash, NoSymbol ] }; }; partial alphanumeric_keys xkb_symbols "qwerty" { // 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)" name[Group1]= "Czechia - qwerty"; key { [ z, Z, degree, NoSymbol ] }; key { [ y, Y, NoSymbol, NoSymbol ] }; }; // Use instead of (useful for keyboard without key) xkb_symbols "qwerty_bksl" { include "cz(qwerty)" name[Group1]= "Czechia - qwerty, extended Backslash"; key { [ backslash, bar, slash, NoSymbol ] }; }; xkb_symbols "typo" { // Provides specical symbols used in czech typographically correct text. // E.g. ellipsis, czech quotas // 2006 by Petr Pisar include "cz(basic)" name[Group1]= "Czechia - additional typographic symbols"; key { [ period, colon, greater, ellipsis ] }; key { [ minus, underscore, endash, U2212 ] }; key { [ uring, quotedbl, doublelowquotemark, leftdoublequotemark ] }; key { [ space, U202f, nobreakspace, thinspace ] }; }; xkb_symbols "qwerty_typo" { // Same as typo but exchanged Y and Z // ???: Is it possible to create xkb_symbols only for include, but not for // final use? It would avoid code duplication. // 2006 by Petr Pisar include "cz(typo)" name[Group1]= "Czechia - qwerty, additional typographic symbols"; key { [ z, Z, degree, NoSymbol ] }; key { [ y, Y, NoSymbol, NoSymbol ] }; };