// $XdotOrg: $ // // Copyright 2004 Sun Microsystems, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice (including the next // paragraph) shall be included in all copies or substantial portions of the // Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. // // $TOG: hu /main/2 1997/06/13 06:25:05 kaleb $ default partial alphanumeric_keys xkb_symbols "type5" { // Describes the differences between a very simple US/ASCII // keyboard and a very simple Hungarian keyboard. // Alphanumeric section name[group1]="Hungarian"; key { [ 0, section ] }; key { [ 1, apostrophe ] }; key { [ 2, quotedbl ] }; key { [ 3, plus ], [ numbersign ] }; key { [ 4, exclam ], [ dollar ] }; key { [ 6, slash ], [ asciicircum ] }; key { [ 7, equal ], [ braceleft ] }; key { [ 8, parenleft ], [ bracketleft ] }; key { [ 9, parenright ], [ bracketright ] }; key { [ odiaeresis, Odiaeresis ], [ braceright ] }; key { [ udiaeresis, Udiaeresis ], [ backslash ] }; key { [ oacute, Oacute ], [ asciitilde ] }; key { [ q, Q ], [ at ] }; key { [ z, Z ] }; key { [ odoubleacute, Odoubleacute ] }; key { [ uacute, Uacute ] }; key { [ s, S ], [ ssharp ] }; key { [ k, K ], [ ampersand ] }; key { [ eacute, Eacute ], [ semicolon ] }; key { [ aacute, Aacute ], [ adiaeresis, Adiaeresis ] }; key { [ udoubleacute, Udoubleacute ] }; key { [ iacute, Iacute ], [ bar ] }; key { [ y, Y ], [ less ] }; key { [ x, X ], [ greater ] }; key { [ c, C ], [ quoteleft ] }; key { [ comma, question ], [ asterisk ] }; key { [ period, colon ] }; key { [ minus, underscore ] }; // End alphanumeric section };