// $XFree86$ // // Converted keytable file to xkb/symbols/ file // with mk_xkb by root@linux.chanae.stben.be Tue Sep 30 00:34:26 MET DST 1997 // Yugoslavian keyboard. // Source: the keyboard pictures on MS-DOS 6.22 manual // Pablo Saratxaga default partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Yugoslav keybaord // Alphanumeric section name[Group1]= "Yugoslav"; key { [ 1, exclam ], [ asciitilde ] }; key { [ 2, quotedbl ], [ dead_caron ] }; key { [ 3, numbersign ], [ dead_circumflex ] }; key { [ 4, dollar ], [ dead_breve ] }; key { [ 5, percent ], [ degree ] }; key { [ 6, ampersand ], [ dead_ogonek ] }; key { [ 7, slash ], [ dead_grave ] }; key { [ 8, parenleft ], [ abovedot ] }; key { [ 9, parenright ], [ dead_acute ] }; key { [ 0, equal ], [ dead_doubleacute ] }; key { [ apostrophe, question ], [ dead_diaeresis ] }; key { [ plus, asterisk ], [ dead_cedilla ] }; key { [ q, Q ], [ backslash ] }; key { [ w, W ], [ bar ] }; key { [ scaron, Scaron ], [ division ] }; key { [ dstroke, Dstroke ], [ multiply ] }; key { [ f, F ], [ bracketleft ] }; key { [ g, G ], [ bracketright ] }; key { [ k, K ], [ lstroke ] }; key { [ l, L ], [ Lstroke ] }; key { [ ccaron, Ccaron ] }; key { [ cacute, Cacute ], [ ssharp ] }; key { [ dead_diaeresis, dead_cedilla ] }; key { [ zcaron, Zcaron ] }; key { [ v, V ], [ at ] }; key { [ b, B ], [ braceleft ] }; key { [ n, N ], [ braceright ] }; key { [ m, M ], [ section ] }; key { [ comma, semicolon ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; key { [ less, greater ], [ bar ] }; // 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 }; };