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 "Software"),
7 // to deal in the Software without restriction, including without limitation
8 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 // and/or sell copies of the Software, and to permit persons to whom the
10 // Software is furnished to do so, subject to the following conditions:
12 // The above copyright notice and this permission notice (including the next
13 // paragraph) shall be included in all copies or substantial portions of the
16 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 // DEALINGS IN THE SOFTWARE.
24 // $TOG: hu /main/2 1997/06/13 06:25:05 kaleb $
25 default partial alphanumeric_keys
28 // Describes the differences between a very simple US/ASCII
29 // keyboard and a very simple Hungarian keyboard.
31 // Alphanumeric section
33 name[group1]="Hungarian";
35 key <TLDE> { [ 0, section ] };
36 key <AE01> { [ 1, apostrophe ] };
37 key <AE02> { [ 2, quotedbl ] };
38 key <AE03> { [ 3, plus ],
40 key <AE04> { [ 4, exclam ],
42 key <AE06> { [ 6, slash ],
44 key <AE07> { [ 7, equal ],
46 key <AE08> { [ 8, parenleft ],
48 key <AE09> { [ 9, parenright ],
50 key <AE10> { [ odiaeresis, Odiaeresis ],
52 key <AE11> { [ udiaeresis, Udiaeresis ],
54 key <AE12> { [ oacute, Oacute ],
57 key <AD01> { [ q, Q ],
59 key <AD06> { [ z, Z ] };
60 key <AD11> { [ odoubleacute, Odoubleacute ] };
61 key <AD12> { [ uacute, Uacute ] };
63 key <AC02> { [ s, S ],
65 key <AC08> { [ k, K ],
67 key <AC10> { [ eacute, Eacute ],
69 key <AC11> { [ aacute, Aacute ],
70 [ adiaeresis, Adiaeresis ] };
71 key <BKSL> { [ udoubleacute, Udoubleacute ] };
73 key <LSGT> { [ iacute, Iacute ],
75 key <AB01> { [ y, Y ],
77 key <AB02> { [ x, X ],
79 key <AB03> { [ c, C ],
81 key <AB08> { [ comma, question ],
83 key <AB09> { [ period, colon ] };
84 key <AB10> { [ minus, underscore ] };
86 // End alphanumeric section