// based on // Croatian keyboards // by Vlatko Kosturjak (kost at linux.hr) // Taken from Slovenian keyboards // by Marko Samastur (markos@elite.org) and // Primoz Peterlin (primoz.peterlin@biofiz.mf.uni-lj.si) // // Changelog // ========= // 2003-04-03 Added (Delete/Separator) // 2000-02-06 Initial version // // $XKeyboardConfig$ // $XFree86: xc/programs/xkbcomp/symbols/hr,v 1.3 2003/04/13 18:22:21 dawes Exp $ default partial alphanumeric_keys xkb_symbols "basic" { include "latin(type3)" name[Group1]="Croatia"; key { [ 1, exclam, asciitilde, dead_tilde ] }; key { [ 2, quotedbl, dead_caron, caron ] }; key { [ 3, numbersign, asciicircum, dead_circumflex ] }; key { [ 4, dollar, dead_breve, breve ] }; key { [ 5, percent, degree, dead_abovering ] }; key { [ 6, ampersand, dead_ogonek, ogonek ] }; key { [ 7, slash, grave, dead_grave ] }; key { [ 8, parenleft, dead_abovedot, abovedot ] }; key { [ 9, parenright, dead_acute, apostrophe ] }; key { [ 0, equal, dead_doubleacute, doubleacute ] }; key { [apostrophe, question, dead_diaeresis, diaeresis ] }; key { [ plus, asterisk, dead_cedilla, cedilla ] }; key { [ e, E, EuroSign, EuroSign ] }; key { [ scaron, Scaron, division, dead_abovering ] }; key { [ dstroke, Dstroke, multiply, dead_macron ] }; key { [ ccaron, Ccaron, dead_acute, dead_doubleacute ] }; key { [ cacute, Cacute, ssharp, dead_caron ] }; key { [ minus, underscore, dead_belowdot, dead_abovedot ] }; key { [dead_cedilla, dead_diaeresis, notsign, notsign ] }; key { [ zcaron, Zcaron, currency, dead_breve ] }; include "keypad(comma)" include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "us" { // Describes the differences between US/ASCII // keyboard and a Croatian-US keyboard // by Vlatko Kosturjak (kost at linux.hr) // Alphanumeric section name[Group1]= "Croatia - US keyboard with Croatian letters"; key { [ backslash ] }; key { [ bar ] }; key { [ EuroSign ] }; key { [ scaron, Scaron ] }; key { [ dstroke, Dstroke ] }; key { [ bracketleft ] }; key { [ bracketright ] }; key { [ lstroke ] }; key { [ Lstroke ] }; key { [ ccaron, Ccaron ] }; key { [ cacute, Cacute ] }; key { [ bar ] }; key { [ y, Y ] }; key { [ at ] }; key { [ braceleft ] }; key { [ braceright ] }; key { [ section ] }; key { [ semicolon ] }; key { [ colon ] }; key { [ minus, underscore ] }; key { [ zcaron, Zcaron ] }; // End alphanumeric section // begin modifier mappings modifier_map Shift { Shift_L }; modifier_map Lock { Caps_Lock }; modifier_map Control{ Control_L }; modifier_map Mod3 { Mode_switch }; };