// based on // albanian keyboard layout // done by Pablo Saratxaga // default partial alphanumeric_keys xkb_symbols "basic" { include "latin(type3)" name[Group1]="Albanian"; key { [ 1, exclam, asciitilde, dead_tilde ] }; key { [ 2, quotedbl, dead_caron, oneeighth ] }; key { [ 3, numbersign, dead_circumflex, sterling ] }; key { [ 4, dollar, dead_breve, dollar ] }; key { [ 5, percent, dead_abovering, threeeighths] }; key { [ 6, asciicircum, dead_ogonek, fiveeighths ] }; key { [ 7, ampersand, grave, dead_grave ] }; key { [ 8, asterisk, dead_abovedot, trademark ] }; key { [ 9, parenleft, dead_acute, plusminus ] }; key { [ 0, parenright, dead_doubleacute, degree ] }; key { [ minus, underscore, dead_diaeresis, questiondown] }; key { [ e, E, EuroSign, EuroSign ] }; key { [ ccedilla, Ccedilla, division, dead_abovering ] }; key { [ at, apostrophe, multiply, dead_macron ] }; key { [ s, S, dstroke, section ] }; key { [ d, D, Dstroke, ETH ] }; key { [ediaeresis, Ediaeresis, dollar, dead_doubleacute ] }; key { [bracketleft, braceleft, ssharp, dead_caron ] }; key { [ backslash, bar, notsign, notsign ] }; key { [bracketright, braceright, currency, dead_breve ] }; key { [ comma, semicolon, less, multiply ] }; key { [ period, colon, greater, division ] }; key { [ slash, question, dead_belowdot, dead_abovedot ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "plisi-d1" { include "us" name[Group1]= "Albanian (Plisi D1)"; key { [ grave, asciitilde ] }; key { [ 1, exclam ] }; key { [ 2, at ] }; key { [ 3, numbersign ] }; key { [ 4, dollar, EuroSign ] }; key { [ 5, percent ] }; key { [ 6, asciicircum ] }; key { [ 7, ampersand, braceleft ] }; key { [ 8, asterisk, braceright ] }; key { [ 9, parenleft, bracketleft ] }; key { [ 0, parenright, bracketright ] }; key { [ minus, underscore ] }; key { [ equal, plus ] }; key { [ q, Q ] }; key { [ w, W ] }; key { [ e, E ] }; key { [ r, R ] }; key { [ t, T ] }; key { [ y, Y ] }; key { [ u, U ] }; key { [ i, I ] }; key { [ o, O ] }; key { [ p, P ] }; key { [ ccedilla, Ccedilla ] }; key { [ greater, less ] }; key { [ a, A ] }; key { [ s, S ] }; key { [ d, D ] }; key { [ f, F ] }; key { [ g, G ] }; key { [ h, H ] }; key { [ j, J ] }; key { [ k, K ] }; key { [ l, L ] }; key { [ ediaeresis, Ediaeresis ] }; key { [ apostrophe, quotedbl ] }; key { [ z, Z ] }; key { [ x, X ] }; key { [ c, C ] }; key { [ v, V ] }; key { [ b, B ] }; key { [ n, N ] }; key { [ m, M ] }; key { [ comma, semicolon ] }; key { [ period, colon ] }; key { [ slash, question ] }; key { [ backslash, bar ] }; include "level3(ralt_switch)" };