// Separate keymaps merged into one file by Nerijus Baliūnas, 2002 // Lithuanian Numeric layout - Lithuanian letters on the numeric row // based on Lithuanian keyboard map by Ričardas Čepas // 3rd and 4th levels added by Mantas Kriaučiūnas , 2004 // Minor modifications and cleanup by Rimas Kudelis , 2010 // // If you want two layouts, use: // Option "XkbLayout" "lt,lt(us)" default partial alphanumeric_keys modifier_keys xkb_symbols "basic" { include "latin" include "eurosign(e)" include "level3(ralt_switch)" name[Group1]="Lithuanian"; key {[ grave, asciitilde, acute ]}; key {[ aogonek, Aogonek, 1, exclam ]}; key {[ ccaron, Ccaron, 2, at ]}; key {[ eogonek, Eogonek, 3, numbersign ]}; key {[ eabovedot, Eabovedot, 4, dollar ]}; key {[ iogonek, Iogonek, 5, percent ]}; key {[ scaron, Scaron, 6, asciicircum ]}; key {[ uogonek, Uogonek, 7, ampersand ]}; key {[ umacron, Umacron, 8, asterisk ]}; key {[ doublelowquotemark, parenleft, 9, parenleft ]}; key {[ leftdoublequotemark, parenright, 0, parenright ]}; key {[ minus, underscore, endash ]}; key {[ zcaron, Zcaron, equal, plus ]}; key {[ endash, EuroSign ]}; }; // Similar to the above, but uses 3rd and 4th levels in the numeric row // for Lithuanian letters partial alphanumeric_keys modifier_keys xkb_symbols "us" { include "latin" include "eurosign(e)" include "level3(ralt_switch)" name[Group1]="Lithuanian (US)"; key {[ grave, asciitilde, acute ]}; key {[ 1, exclam, aogonek, Aogonek ]}; key {[ 2, at, ccaron, Ccaron ]}; key {[ 3, numbersign, eogonek, Eogonek ]}; key {[ 4, dollar, eabovedot, Eabovedot ]}; key {[ 5, percent, iogonek, Iogonek ]}; key {[ 6, asciicircum, scaron, Scaron ]}; key {[ 7, ampersand, uogonek, Uogonek ]}; key {[ 8, asterisk, umacron, Umacron ]}; key {[ 9, parenleft, doublelowquotemark, parenleft ]}; key {[ 0, parenright, leftdoublequotemark, parenright ]}; key {[ minus, underscore, endash ]}; key {[ equal, plus, zcaron, Zcaron ]}; key {[ endash, EuroSign ]}; }; // Lithuanian keymap LST 1582:2000 // The standard is described at http://ims.mii.lt/klav/ // Extensions: B01 L3 is "<" , B02 L3 is ">" and B03 L3 is endash to make this // layout usable with pc101 and pc104 keyboards. // // Made by Gediminas Paulauskas // Minor modifications by Ričardas Čepas and Rimas Kudelis partial alphanumeric_keys modifier_keys xkb_symbols "std" { include "latin" include "eurosign(e)" include "nbsp(level3)" include "kpdl(comma)" include "level3(ralt_switch)" name[Group1]="Lithuanian (standard)"; key {[ grave, asciitilde, acute ]}; key {[ exclam, 1, at ]}; key {[ minus, 2, underscore ]}; key {[ slash, 3, numbersign ]}; key {[ semicolon, 4, dollar ]}; key {[ colon, 5, section ]}; key {[ comma, 6, asciicircum ]}; key {[ period, 7, ampersand ]}; key {[ equal, 8, asterisk ]}; key {[ parenleft, 9, bracketleft ]}; key {[ parenright, 0, bracketright ]}; key {[ question, plus, apostrophe ]}; key {[ x, X, percent ]}; key {[ aogonek, Aogonek ]}; key {[ zcaron, Zcaron ]}; key {[ iogonek, Iogonek, braceleft ]}; key {[ w, W, braceright ]}; key {[ scaron, Scaron ]}; key {[ uogonek, Uogonek ]}; key {[ eabovedot, Eabovedot, quotedbl ]}; key {[ q, Q, bar ]}; key {[ less, greater, endash ]}; key {[ z, Z, less ]}; key {[ umacron, Umacron, greater ]}; key {[ c, C, endash ]}; key {[ ccaron, Ccaron, doublelowquotemark ]}; key {[ f, F, leftdoublequotemark ]}; key {[ eogonek, Eogonek, backslash ]}; }; // Lithuanian keymap LST 1205-92 // This standard was made deprecated by LST 1582:2000 above. // This keyboard is also know as IBM layout. // We follow the map shown at: http://www.registrucentras.lt/litwin/kbdlta.gif // and info from Edis Tamošauskas // // Made by Piter PUNK // Minor modifications and cleanup by Rimas Kudelis, 2010 partial alphanumeric_keys modifier_keys xkb_symbols "ibm" { include "latin" include "eurosign(e)" include "nbsp(level3)" include "level3(ralt_switch)" name[Group1]="Lithuanian (IBM LST 1205-92)"; key {[ grave, asciitilde, acute ]}; key {[ exclam, 1 ]}; key {[ quotedbl, 2, at ]}; key {[ slash, 3, numbersign ]}; key {[ semicolon, 4, dollar ]}; key {[ colon, 5, percent ]}; key {[ comma, 6, asciicircum ]}; key {[ period, 7, ampersand ]}; key {[ question, 8, asterisk ]}; key {[ parenleft, 9 ]}; key {[ parenright, 0 ]}; key {[ underscore, minus, endash ]}; key {[ plus, equal ]}; key {[ aogonek, Aogonek, q, Q ]}; key {[ zcaron, Zcaron, w, W ]}; key {[ iogonek, Iogonek, bracketleft, braceleft ]}; key {[ doublelowquotemark, leftdoublequotemark, bracketright, braceright ]}; key {[ uogonek, Uogonek, semicolon, colon ]}; key {[ eabovedot, Eabovedot, apostrophe, quotedbl ]}; key {[ less, greater, endash ]}; key {[ umacron, Umacron, x, X ]}; key {[ ccaron, Ccaron, comma, less ]}; key {[ scaron, Scaron, period, greater ]}; key {[ eogonek, Eogonek, slash, question ]}; }; // LEKP and LEKPa layouts 1.0 // For more info visit http://lekp.info // Created by Tautrimas Pajarskas, 2007 // Made by Ernestas Lukoševičius, 2007 // Minor cleanup by Rimas Kudelis, 2010 partial alphanumeric_keys modifier_keys xkb_symbols "lekp" { include "capslock(backspace)" include "level3(ralt_switch)" name[Group1]="Lithuanian (LEKP)"; key {[ grave, asciitilde, acute ]}; key {[ slash, numbersign, bar ]}; key {[ backslash, at, section ]}; key {[ period, braceleft ]}; key {[ comma, braceright ]}; key {[ f, F ]}; key {[ exclam, endash ]}; key {[ w, W ]}; key {[ uogonek, Uogonek ]}; key {[ iogonek, Iogonek ]}; key {[ parenleft, doublelowquotemark, registered ]}; key {[ parenright, leftdoublequotemark, copyright ]}; key {[ colon, ampersand, trademark ]}; key {[ q, Q, EuroSign ]}; key {[ g, G, 7 ]}; key {[ r, R, 8 ]}; key {[ l, L, 9 ]}; key {[ d, D, percent ]}; key {[ ccaron, Ccaron ]}; key {[ j, J ]}; key {[ u, U, period ]}; key {[ eabovedot, Eabovedot, minus ]}; key {[ eogonek, Eogonek, slash ]}; key {[ question, bracketleft, division ]}; key {[ equal, bracketright ]}; key {[ a, A, 0 ]}; key {[ k, K, 4 ]}; key {[ s, S, 5 ]}; key {[ t, T, 6 ]}; key {[ m, M, dollar ]}; key {[ p, P ]}; key {[ n, N ]}; key {[ e, E, comma ]}; key {[ i, I, plus ]}; key {[ o, O, asterisk ]}; key {[ y, Y, multiply ]}; key {[ apostrophe, underscore ]}; key {[ semicolon, quotedbl, sterling ]}; key {[ z, Z, asciicircum ]}; key {[ x, X, 1 ]}; key {[ c, C, 2 ]}; key {[ v, V, 3 ]}; key {[ zcaron, Zcaron ]}; key {[ scaron, Scaron ]}; key {[ b, B, degree ]}; key {[ umacron, Umacron, less ]}; key {[ aogonek, Aogonek, greater ]}; key {[ h, H ]}; }; partial alphanumeric_keys modifier_keys xkb_symbols "lekpa" { include "capslock(backspace)" include "level3(ralt_switch)" name[Group1]="Lithuanian (LEKPa)"; key {[ grave, asciitilde, acute ]}; key {[ slash, quotedbl, bar ]}; key {[ backslash, at, section ]}; key {[ period, braceleft, numbersign ]}; key {[ comma, braceright, sterling ]}; key {[ f, F, ampersand ]}; key {[ exclam, endash ]}; key {[ w, W ]}; key {[ uogonek, Uogonek ]}; key {[ iogonek, Iogonek ]}; key {[ parenleft, doublelowquotemark, registered ]}; key {[ parenright, leftdoublequotemark, copyright ]}; key {[ colon, semicolon, trademark ]}; key {[ q, Q, EuroSign ]}; key {[ g, G, 7 ]}; key {[ r, R, 8 ]}; key {[ l, L, 9 ]}; key {[ d, D, percent ]}; key {[ ccaron, Ccaron ]}; key {[ j, J ]}; key {[ u, U, period ]}; key {[ eabovedot, Eabovedot, minus ]}; key {[ eogonek, Eogonek, slash ]}; key {[ question, bracketleft, division ]}; key {[ equal, bracketright ]}; key {[ a, A, 0 ]}; key {[ k, K, 4 ]}; key {[ s, S, 5 ]}; key {[ t, T, 6 ]}; key {[ m, M, dollar ]}; key {[ p, P ]}; key {[ n, N ]}; key {[ e, E, comma ]}; key {[ i, I, plus ]}; key {[ o, O, asterisk ]}; key {[ y, Y, multiply ]}; key {[ apostrophe, underscore ]}; key {[ z, Z, asciicircum ]}; key {[ x, X, 1 ]}; key {[ c, C, 2 ]}; key {[ v, V, 3 ]}; key {[ zcaron, Zcaron ]}; key {[ scaron, Scaron ]}; key {[ b, B, degree ]}; key {[ umacron, Umacron, less ]}; key {[ aogonek, Aogonek, greater ]}; key {[ h, H ]}; }; // Samogitian (žemaiťiu/žemaičių) layout based on Lithuanian standard layout. // Long vowels are made by composition. It means after pressing vowel press grave accent (`). // This layout also supports special letters like ëůȧťď or Latvian ģŗļķ. These can be accessed by similar letter with holding AltGr. // Euro sign € is added on top e. Accessed by holding AltGr. // To enable layout use: // Option "XkbLayout" "lt(sgs)" // // Added by Arnas Udovičius , 2020 partial alphanumeric_keys modifier_keys xkb_symbols "sgs" { include "lt(basic)" name[Group1]="Samogitian"; key {[ U0304, asciitilde, grave, acute ]}; key {[ q, Q, U00EB, U00CB ]}; key {[ w, W, U016F, U016E ]}; key {[ r, R, rcedilla, Rcedilla]}; key {[ t, T, tcaron, Tcaron ]}; key {[ a, A, U0227, U0226 ]}; key {[ d, D, dcaron, Dcaron ]}; key {[ g, G, gcedilla, Gcedilla]}; key {[ k, K, kcedilla, Kcedilla]}; key {[ l, L, lcedilla, Lcedilla]}; }; // Lithuanian Ratise keymap by Algirdas Buckus // last changes 2020/12/24 partial alphanumeric_keys modifier_keys xkb_symbols "ratise" { include "level3(ralt_switch)" name[Group1]="Lithuanian (Ratise)"; key { [ plus, section, grave, acute ] }; key { [ exclam, currency, rightsinglequotemark, exclamdown ] }; key { [ colon, at, 0x10027E8, 0x1002190 ] }; // MATHEMATICAL LEFT ANGLE BRACKET; LEFTWARDS ARROW key { [ period, numbersign, 0x10027E9, 0x1002192 ] }; // MATHEMATICAL RIGHT ANGLE BRACKET; RIGHTWARDS ARROW key { [ asterisk, dollar, rightdoublequotemark, sterling ] }; key { [ underscore, percent, ellipsis, 0x1002030 ] }; // PER MILLE SIGN key { [ emdash, bar, asciicircum, brokenbar ] }; key { [ equal, ampersand, 7, notequal ] }; key { [ comma, less, 8, lessthanequal ] }; key { [ semicolon, greater, 9, greaterthanequal ] }; key { [ slash, backslash, division, 0x1002016 ] }; // DOUBLE VERTICAL LINE key { [ w, W, Greek_OMEGA, ssharp ] }; key { [ question, asciitilde, 0x1002248, questiondown ] }; // ALMOST EQUAL TO key { [ umacron, Umacron, leftsinglequotemark, 0x100203A ] }; // SINGLE RIGHT-POINTING ANGLE QUOTATION MARK key { [ eabovedot, Eabovedot, bracketleft, dead_abovering ] }; key { [ y, Y, bracketright, dead_circumflex ] }; key { [ o, O, leftdoublequotemark, guillemotright ] }; key { [ q, Q, 0x1000301, 0x1002191 ] }; // COMBINING ACUTE ACCENT; UPWARDS ARROW key { [ j, J, EuroSign, yen ] }; key { [ n, N, 4, notsign ] }; key { [ k, K, 5, dagger ] }; key { [ g, G, 6, enfilledcircbullet ] }; key { [ b, B, multiply, infinity ] }; key { [ c, C, cent, copyright ] }; key { [ f, F, 0x1002044, trademark ] }; // FRACTION SLASH key { [ u, U, apostrophe, dead_macron ] }; key { [ e, E, parenleft, dead_grave ] }; key { [ i, I, parenright, dead_acute ] }; key { [ a, A, quotedbl, dead_diaeresis ] }; key { [ h, H, 0x1000303, dead_tilde ] }; // COMBINING TILDE ACCENT key { [ l, L, lstroke, Lstroke ] }; key { [ r, R, 1, onesuperior ] }; key { [ t, T, 2, twosuperior ] }; key { [ s, S, 3, threesuperior ] }; key { [ p, P, 0x1002212, paragraph ] }; // MINUS SIGN key { [ zcaron, Zcaron, minus, dead_cedilla ] }; key { [ uogonek, Uogonek, singlelowquotemark, 0x1002039 ] }; // SINGLE LEFT-POINTING ANGLE QUOTATION MARK key { [ eogonek, Eogonek, braceleft, dead_breve ] }; key { [ iogonek, Iogonek, braceright, dead_caron ] }; key { [ aogonek, Aogonek, doublelowquotemark, guillemotleft ] }; key { [ x, X, 0x1000300, 0x1002193 ] }; // COMBINING GRAVE ACCENT; DOWNWARDS ARROW key { [ v, V, squareroot, 0x10025CA ] }; // LOZENGE key { [ m, M, 0, mu ] }; key { [ d, D, period, doubledagger ] }; key { [ scaron, Scaron, comma, 0x10000B7 ] }; // MIDDLE DOT key { [ ccaron, Ccaron, plus, plusminus ] }; key { [ z, Z, degree, registered ] }; key { [ minus, endash, 0x1000307, 0x1002011 ] }; // COMBINING DOT ABOVE, NON-BREAKING HYPHEN key { [ space, space, space, nobreakspace ] }; // key { [ minus, endash, 0x1000307, 0x1002011 ] }; // (Optional) // COMBINING DOT ABOVE, NON-BREAKING HYPHEN key { [ Tab,ISO_Left_Tab, Multi_key ] }; // Tab as Multi_key (Compose) }; // EXTRAS: partial alphanumeric_keys modifier_keys xkb_symbols "us_dvorak" { include "us(dvorak)" name[Group1]="Lithuanian (Dvorak)"; key { [ 1, exclam, aogonek, Aogonek ] }; key { [ 2, at, ccaron, Ccaron ] }; key { [ 3, numbersign, eogonek, Eogonek ] }; key { [ 4, dollar, eabovedot, Eabovedot ] }; key { [ 5, percent, iogonek, Iogonek ] }; key { [ 6, asciicircum, scaron, Scaron ] }; key { [ 7, ampersand, uogonek, Uogonek ] }; key { [ 8, asterisk, umacron, Umacron ] }; key { [ 9, parenleft, doublelowquotemark, parenleft ] }; key { [ 0, parenright, leftdoublequotemark,parenright ] }; key { [ equal, plus, zcaron, Zcaron ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "sun_type6" { include "sun_vndr/lt(sun_type6)" };