From 3562e78743202e43aec8727005182a2558117eca Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 28 Jun 2009 22:07:26 +0000 Subject: Checked in the following released items: xkeyboard-config-1.4.tar.gz ttf-bitstream-vera-1.10.tar.gz font-alias-1.0.1.tar.gz font-sun-misc-1.0.0.tar.gz font-sun-misc-1.0.0.tar.gz font-sony-misc-1.0.0.tar.gz font-schumacher-misc-1.0.0.tar.gz font-mutt-misc-1.0.0.tar.gz font-misc-misc-1.0.0.tar.gz font-misc-meltho-1.0.0.tar.gz font-micro-misc-1.0.0.tar.gz font-jis-misc-1.0.0.tar.gz font-isas-misc-1.0.0.tar.gz font-dec-misc-1.0.0.tar.gz font-daewoo-misc-1.0.0.tar.gz font-cursor-misc-1.0.0.tar.gz font-arabic-misc-1.0.0.tar.gz font-winitzki-cyrillic-1.0.0.tar.gz font-misc-cyrillic-1.0.0.tar.gz font-cronyx-cyrillic-1.0.0.tar.gz font-screen-cyrillic-1.0.1.tar.gz font-xfree86-type1-1.0.1.tar.gz font-adobe-utopia-type1-1.0.1.tar.gz font-ibm-type1-1.0.0.tar.gz font-bitstream-type1-1.0.0.tar.gz font-bitstream-speedo-1.0.0.tar.gz font-bh-ttf-1.0.0.tar.gz font-bh-type1-1.0.0.tar.gz font-bitstream-100dpi-1.0.0.tar.gz font-bh-lucidatypewriter-100dpi-1.0.0.tar.gz font-bh-100dpi-1.0.0.tar.gz font-adobe-utopia-100dpi-1.0.1.tar.gz font-adobe-100dpi-1.0.0.tar.gz font-util-1.0.1.tar.gz font-bitstream-75dpi-1.0.0.tar.gz font-bh-lucidatypewriter-75dpi-1.0.0.tar.gz font-adobe-utopia-75dpi-1.0.1.tar.gz font-bh-75dpi-1.0.0.tar.gz bdftopcf-1.0.1.tar.gz font-adobe-75dpi-1.0.0.tar.gz mkfontscale-1.0.6.tar.gz openssl-0.9.8k.tar.gz bigreqsproto-1.0.2.tar.gz xtrans-1.2.2.tar.gz resourceproto-1.0.2.tar.gz inputproto-1.4.4.tar.gz compositeproto-0.4.tar.gz damageproto-1.1.0.tar.gz zlib-1.2.3.tar.gz xkbcomp-1.0.5.tar.gz freetype-2.3.9.tar.gz pthreads-w32-2-8-0-release.tar.gz pixman-0.12.0.tar.gz kbproto-1.0.3.tar.gz evieext-1.0.2.tar.gz fixesproto-4.0.tar.gz recordproto-1.13.2.tar.gz randrproto-1.2.2.tar.gz scrnsaverproto-1.1.0.tar.gz renderproto-0.9.3.tar.gz xcmiscproto-1.1.2.tar.gz fontsproto-2.0.2.tar.gz xextproto-7.0.3.tar.gz xproto-7.0.14.tar.gz libXdmcp-1.0.2.tar.gz libxkbfile-1.0.5.tar.gz libfontenc-1.0.4.tar.gz libXfont-1.3.4.tar.gz libX11-1.1.5.tar.gz libXau-1.0.4.tar.gz libxcb-1.1.tar.gz xorg-server-1.5.3.tar.gz --- xorg-server/xkbdata.src/symbols/lt | 313 +++++++++++++++++++++++++++++++++++++ 1 file changed, 313 insertions(+) create mode 100644 xorg-server/xkbdata.src/symbols/lt (limited to 'xorg-server/xkbdata.src/symbols/lt') diff --git a/xorg-server/xkbdata.src/symbols/lt b/xorg-server/xkbdata.src/symbols/lt new file mode 100644 index 000000000..6e7a43c7e --- /dev/null +++ b/xorg-server/xkbdata.src/symbols/lt @@ -0,0 +1,313 @@ +// $XKeyboardConfig$ + +// based on +// Lithuanian keyboard map by Ričardas Čepas +// merged into one file by Nerijus Baliūnas +// Added number and special characters writing in basic lt layout with RAlt by +// Mantas Kriaučiūnas , 2004 +// +// $XFree86: xc/programs/xkbcomp/symbols/lt,v 1.3 2002/12/14 22:26:11 dawes Exp $ + +// If you want to have 2 layouts, use +// Option "XkbLayout" "lt,lt(us)" + +// Lithuanian Baltic layout - Lithuanian letters on the numeric row +partial default alphanumeric_keys modifier_keys +xkb_symbols "basic" { + + include "latin" + + name[Group1]="Lithuania"; + + 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 { [ zcaron, Zcaron, equal, plus ] }; + + key { [ endash, EuroSign ] }; + + include "level3(ralt_switch)" +}; + +// Similar to the above, but you should use Right Alt + numeric row +// for Lithuanian letters +partial alphanumeric_keys modifier_keys +xkb_symbols "us" { + + include "latin" + + name[Group1]="Lithuania - US keyboard with Lithuanian letters"; + + 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 ] }; + + key { [ e, E, endash, EuroSign ] }; + key { [ endash, EuroSign ] }; + + include "level3(ralt_switch)" +}; + +// Lithuanian keyboard map by Gediminas Paulauskas +// Minor modification by Ričardas Čepas according to http://sun3.mif.vu.lt/cs/TK4/lithkeyb.html + +// Describes Lithuanian keymap LST 1582:2000 +// Extensions: B01 L3 is "<" , B02 L3 is ">" and B03 L3 is endash to make this +// layout usable with pc101 and pc104 keyboards. + +partial alphanumeric_keys modifier_keys +xkb_symbols "std" { + + include "latin" + + name[Group1]= "Lithuania - 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 {[ e, E, EuroSign ]}; + key {[ iogonek, Iogonek, braceleft ]}; + key {[ w, W, braceright ]}; + key {[ scaron, Scaron ]}; + key {[ uogonek, Uogonek ]}; + key {[ eabovedot, Eabovedot, quotedbl ]}; + key {[ z, Z, less ]}; + key {[ umacron, Umacron, greater ]}; + key {[ c, C, endash ]}; + key {[ ccaron, Ccaron, doublelowquotemark ]}; + key {[ f, F, leftdoublequotemark ]}; +// this is actually right quote for Lithuanian + key {[ eogonek, Eogonek, backslash ]}; + key {[ q, Q, bar ]}; + key {[ space, space, nobreakspace, nobreakspace ]}; + + key {[ less, greater, endash ]}; + + include "level3(ralt_switch)" +}; + +// Lithuanian keyboard map by Piter PUNK +// Describes Lithuanian keymap LST 1205-92 +// +// This keyboard is also know as IBM layout. +// We follow the map found at: http://www.kada.lt/litwin/Kbdlta.gif +// and info from Edis Tamoshauskas + +partial alphanumeric_keys modifier_keys +xkb_symbols "ibm" { + + include "latin" + + name[Group1]= "Lithuania - IBM (LST 1205-92)"; + + key {[ grave, asciitilde ]}; + 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 ]}; + key {[ plus, equal ]}; + key {[ aogonek, Aogonek, q, Q ]}; + key {[ zcaron, Zcaron, w, W ]}; + key {[ e, E, EuroSign ]}; + key {[ iogonek, Iogonek, bracketleft, braceleft ]}; + key {[ doublelowquotemark, leftdoublequotemark, bracketright, braceright ]}; + key {[ uogonek, Uogonek, semicolon, colon ]}; + key {[ eabovedot, Eabovedot, apostrophe, quotedbl ]}; + key {[ umacron, Umacron, x, X ]}; + key {[ ccaron, Ccaron, comma, less ]}; + key {[ scaron, Scaron, period, greater ]}; + key {[ eogonek, Eogonek, slash, question ]}; + key {[ space, space, nobreakspace, nobreakspace ]}; + + key {[ less, greater, endash ]}; + + include "level3(ralt_switch)" +}; + + + +// LEKP, LEKPa and Baltic+ layouts 1.0 for Linux. +// Copyright (c) 2007 Tautrimas Pajarskas +// For more info go to http://lekp.info + +partial alphanumeric_keys modifier_keys +xkb_symbols "lekp" { + name[Group1]="Lithuania - 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 { [ apostrophe, underscore ] }; + + 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 { [ BackSpace ] }; + 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 { [ 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 ] }; + + key { [ semicolon, quotedbl, sterling ] }; + + include "level3(ralt_switch)" +}; + +partial alphanumeric_keys modifier_keys +xkb_symbols "lekpa" { + name[Group1]="Lithuania - 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 { [ apostrophe, underscore ] }; + + 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 { [ BackSpace ] }; + 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 { [ 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 ] }; + + + include "level3(ralt_switch)" +}; + +partial alphanumeric_keys modifier_keys +xkb_symbols "balticplus" { + include "latin" + name[Group1]="Lithuania - Baltic+"; + 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 { [ parenleft, doublelowquotemark, 9 ] }; + key { [ parenright, leftdoublequotemark, 0 ] }; + key { [ minus, underscore, minus, section ] }; + key { [ zcaron, Zcaron, equal, plus ] }; + key { [ BackSpace ] }; + key { [ backslash, bar, endash ] }; + key { [ e, E, EuroSign ] }; + key { [ r, R, registered ] }; + key { [ t, T, trademark ] }; + key { [ c, C, copyright ] }; + key { [ comma, less, degree ] }; + include "level3(ralt_switch)" +}; + -- cgit v1.2.3