lt revision 154daed1
1// $XdotOrg: $ 2// 3// Copyright 2004 Sun Microsystems, Inc. All rights reserved. 4// 5// Permission is hereby granted, free of charge, to any person obtaining a 6// copy of this software and associated documentation files (the 7// "Software"), to deal in the Software without restriction, including 8// without limitation the rights to use, copy, modify, merge, publish, 9// distribute, and/or sell copies of the Software, and to permit persons 10// to whom the Software is furnished to do so, provided that the above 11// copyright notice(s) and this permission notice appear in all copies of 12// the Software and that both the above copyright notice(s) and this 13// permission notice appear in supporting documentation. 14// 15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 16// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT 18// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 19// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL 20// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING 21// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 22// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 23// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 24// 25// Except as contained in this notice, the name of a copyright holder 26// shall not be used in advertising or otherwise to promote the sale, use 27// or other dealings in this Software without prior written authorization 28// of the copyright holder. 29// 30// $TOG: hu /main/2 1997/06/13 06:25:05 kaleb $ 31default partial alphanumeric_keys 32xkb_symbols "type5" { 33 34 // Describes the differences between a very simple US/ASCII 35 // keyboard and a very simple Hungarian keyboard. 36 37 // Alphanumeric section 38 39 name[group1]="Lithuanian"; 40 41 key <TLDE> { [ quoteright, asciitilde ], 42 [ quoteleft, caron ] }; 43 key <AE02> { [ 2, quotedbl ], 44 [ at ] }; 45 key <AE03> { [ 3, slash ], 46 [ numbersign ] }; 47 key <AE04> { [ 4, semicolon ], 48 [ dollar ] }; 49 key <AE05> { [ 5, colon ], 50 [ percent ] }; 51 key <AE06> { [ 6, comma ], 52 [ asciicircum ] }; 53 key <AE07> { [ 7, period ], 54 [ ampersand ] }; 55 key <AE08> { [ 8, question ], 56 [ asterisk ] }; 57 key <AE09> { [ 9, parenleft ], 58 [ bracketleft, braceleft ] }; 59 key <AE10> { [ 0, parenright ], 60 [ bracketright, braceright ] }; 61 key <AD01> { [ aogonek, Aogonek ], 62 [ q, Q ] }; 63 key <AD02> { [ zcaron, Zcaron ], 64 [ w, W ] }; 65 key <AD11> { [ iogonek, Iogonek ] }; 66 key <AD12> { [ ogonek ] }; 67 key <AC10> { [ uogonek, Uogonek ] }; 68 key <AC11> { [ eabovedot, Eabovedot ] }; 69 key <BKSL> { [ asciicircum, quoteright ] }; 70 key <LSGT> { [ backslash, bar ] }; 71 key <AB02> { [ umacron, Umacron ], 72 [ x, X ] }; 73 key <AB08> { [ ccaron, Ccaron ], 74 [ less ] }; 75 key <AB09> { [ scaron, Scaron ], 76 [ greater ] }; 77 key <AB10> { [ eogonek, Eogonek ] }; 78 79 // End alphanumeric section 80}; 81 82