it 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// 30xkb_symbols "type4" { 31 32 key <BKSL> { [ bracketleft, braceleft ], [ guillemotleft ] }; 33 key <BRCR> { [ bracketright, braceright ], [ guillemotright ] }; 34 key <AE02> { [ 2, quotedbl ], [ twosuperior ] }; 35 key <AE03> { [ 3, sterling ], [ threesuperior ] }; 36 key <AE06> { [ 6, ampersand ], [ notsign ] }; 37 key <AE06> { [ 7, slash ] }; 38 key <AE06> { [ 8, parenleft ] }; 39 key <AE09> { [ 9, parenright ], [ backslash ] }; 40 key <AE10> { [ 0, equal ], [ bar ] }; 41 key <AE11> { [ quoteright, question ], [ quoteleft ] }; 42 key <AE12> { [ igrave, asciicircum ] }; 43 44 key <AD11> { [ egrave, eacute ] }; 45 key <AD12> { [ plus, asterisk ], [ asciitilde ] }; 46 47 key <AC10> { [ ograve, ccedilla ], [ at ] }; 48 key <AC11> { [ agrave, degree ], [ numbersign ] }; 49 key <TLDE> { [ ugrave, section ] }; 50 51 key <LSGT> { [ less, greater ] }; 52 key <AB08> { [ comma, semicolon ] }; 53 key <AB09> { [ period, colon ] }; 54 key <AB10> { [ minus, underscore ] }; 55 56 57 key <LALT> { [ Alt_L ] }; 58 key <COMP> { [ SunCompose ] }; 59 key <RALT> { [ SunAltGraph ] }; 60 key <LCTL> { [ Caps_Lock ] }; 61 key <CAPS> { [ Control_L ] }; 62 63}; 64 65xkb_symbols "type5" { 66 include "it" 67 68 key <AE08> { [ 8, parenleft ], [ braceleft ] }; 69 key <AE09> { [ 9, parenright ], [ braceright ] }; 70 71 key <BKSL> { [ ugrave, section ], [ asciitilde ] }; 72}; 73 74partial 75xkb_symbols "type6" { 76 include "sun_vndr/it(type5)" 77}; 78