es 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 31partial 32xkb_symbols "type4" { 33 key <BKSL> { [ bracketleft, braceleft ], [ guillemotleft ] }; 34 key <BRCR> { [ bracketright, braceright ], [ guillemotright ] }; 35 key <AE02> { [ 2, quotedbl ], [ at ] }; 36 key <AE03> { [ 3, periodcentered ], [ numbersign ] }; 37 key <AE05> { [ 5, percent ], [ degree ] }; 38 key <AE06> { [ 6, ampersand ], [ notsign ] }; 39 key <AE07> { [ 7, slash ] }; 40 key <AE08> { [ 8, parenleft ] }; 41 key <AE09> { [ 9, parenright ], [ backslash ] }; 42 key <AE10> { [ 0, equal ], [ bar ] }; 43 key <AE11> { [ quoteright, question ], [ quoteleft ] }; 44 key <AE12> { [ exclamdown, questiondown ] }; 45 key <AD03> { [ e, E ], [ EuroSign ] }; 46 key <AD09> { [ o, O ], [ masculine ] }; 47 key <AD11> { [ SunFA_Grave, SunFA_Circum ], [ asciicircum ] }; 48 key <AD12> { [ plus, asterisk ], [ asciitilde ] }; 49 key <AC01> { [ a, A ], [ ordfeminine ] }; 50 key <AC10> { [ Ntilde ] }; 51 key <AC11> { [ SunFA_Acute, SunFA_Diaeresis ] }; 52 key <TLDE> { [ Ccedilla ] }; 53 key <RALT> { [ Alt_R ] }; 54 key <LCTL> { [ Caps_Lock ] }; 55 key <CAPS> { [ Control_L ] }; 56 key <LSGT> { [ less, greater ] }; 57 key <AB08> { [ comma, semicolon ] }; 58 key <AB09> { [ period, colon ] }; 59 key <AB10> { [ minus, underscore ] }; 60}; 61 62partial 63xkb_symbols "type5" { 64 include "es" 65 66 key <AE03> { [ 3, periodcentered ], [ numbersign ] }; 67 key <AE04> { [ 4, dollar ], [ asciicircum ] }; 68 key <AE05> { [ 5, percent ], [ asciitilde ] }; 69 key <AE07> { [ 7, slash ], [ braceleft ]}; 70 key <AE08> { [ 8, parenleft ], [ bracketleft ]}; 71 key <AE09> { [ 9, parenright ], [ bracketright ]}; 72 key <AE10> { [ 0, equal ], [ braceright ]}; 73 key <AE11> { [ quoteright, question ], [ quoteleft ] }; 74 75 key <AD11> { [ SunFA_Grave, SunFA_Circum ], [ bracketleft ] }; 76 77 key <AC11> { [ SunFA_Acute, SunFA_Diaeresis ], [ braceleft ] }; 78}; 79 80partial 81xkb_symbols "type6" { 82 include "es(Sundeadkeys)" 83 84 key <AE04> { [ 4, dollar ], [ asciicircum ] }; 85 key <AE05> { [ 5, percent ], [ asciitilde ] }; 86 key <AE07> { [ 7, slash ], [ braceleft ]}; 87 key <AE08> { [ 8, parenleft ], [ bracketleft ]}; 88 key <AE09> { [ 9, parenright ], [ bracketright ]}; 89 key <AE10> { [ 0, equal ], [ braceright ]}; 90 key <AE11> { [ quoteright, question ], [ quoteleft ] }; 91}; 92