// Bosnian keyboards // Amila Akagic, // Zadnja promjena: 07.05.2002. // $XFree86: xc/programs/xkbcomp/symbols/bs,v 1.1 2002/12/13 04:18:03 dawes Exp $ default partial alphanumeric_keys xkb_symbols "basic" { // Alphanumeric section name[Group1]= "Bosnian"; key { [ dead_cedilla, dead_diaeresis ] }; 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 ], [ quoteleft, dead_grave ] }; key { [ 8, parenleft ], [ dead_abovedot, abovedot ] }; key { [ 9, parenright ], [ dead_acute, quoteright ] }; key { [ 0, equal ], [ dead_doubleacute, doubleacute ] }; key { [ apostrophe, question ], [ dead_diaeresis, diaeresis ] }; key { [ plus, asterisk ], [ dead_cedilla, cedilla ] }; key { [ q, Q ], [ backslash ] }; key { [ w, W ], [ bar ] }; key { [ e, E ], [ EuroSign ] }; key { [ t, T ] }; key { [ z, Z ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ scaron, Scaron ], [ division ] }; key { [ dstroke, Dstroke ], [ multiply, dead_macron ] }; key { [ f, F ], [ bracketleft ] }; key { [ g, G ], [ bracketright ] }; key { [ k, K ], [ lstroke ] }; key { [ l, L ], [ Lstroke ] }; key { [ ccaron, Ccaron ] }; key { [ cacute, Cacute ], [ ssharp ] }; key { [ less, greater ], [ bar ] }; key { [ y, Y ] }; key { [ v, V ], [ at ] }; key { [ b, B ], [ braceleft ] }; key { [ n, N ], [ braceright ] }; key { [ m, M ], [ section ] }; key { [ comma, semicolon ] }; key { [ period, colon ], [ periodcentered ] }; key { [ minus, underscore ] }; key { [ zcaron, Zcaron ], [ currency ] }; key { [ Mode_switch, Multi_key ] }; // 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 }; };