3 // Copyright 2004 Sun Microsystems, Inc. All rights reserved.
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.
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.
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.
30 // $TOG: hu /main/2 1997/06/13 06:25:05 kaleb $
31 default partial alphanumeric_keys
34 // Describes the differences between a very simple US/ASCII
35 // keyboard and a very simple Hungarian keyboard.
37 // Alphanumeric section
39 name[group1]="Hungarian";
41 key <TLDE> { [ 0, section ] };
42 key <AE01> { [ 1, apostrophe ] };
43 key <AE02> { [ 2, quotedbl ] };
44 key <AE03> { [ 3, plus ],
46 key <AE04> { [ 4, exclam ],
48 key <AE06> { [ 6, slash ],
50 key <AE07> { [ 7, equal ],
52 key <AE08> { [ 8, parenleft ],
54 key <AE09> { [ 9, parenright ],
56 key <AE10> { [ odiaeresis, Odiaeresis ],
58 key <AE11> { [ udiaeresis, Udiaeresis ],
60 key <AE12> { [ oacute, Oacute ],
63 key <AD01> { [ q, Q ],
65 key <AD06> { [ z, Z ] };
66 key <AD11> { [ odoubleacute, Odoubleacute ] };
67 key <AD12> { [ uacute, Uacute ] };
69 key <AC02> { [ s, S ],
71 key <AC08> { [ k, K ],
73 key <AC10> { [ eacute, Eacute ],
75 key <AC11> { [ aacute, Aacute ],
76 [ adiaeresis, Adiaeresis ] };
77 key <BKSL> { [ udoubleacute, Udoubleacute ] };
79 key <LSGT> { [ iacute, Iacute ],
81 key <AB01> { [ y, Y ],
83 key <AB02> { [ x, X ],
85 key <AB03> { [ c, C ],
87 key <AB08> { [ comma, question ],
89 key <AB09> { [ period, colon ] };
90 key <AB10> { [ minus, underscore ] };
92 // End alphanumeric section