de 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
31
32
33xkb_symbols "type4" {
34    include "sun_vndr/us(type4basic)"
35    // A few keys are different
36    key <BKSL> { [ less, braceleft      ]                       };
37
38    key <BRCR> { [ greater, braceright  ]                       };
39    key <DELE> { [ Delete               ]                       };
40
41    key <AE01> { [ 1, plus              ], [exclam      ]       };
42    key <AE02> { [ 2, quotedbl          ], [at          ]       };
43    key <AE03> { [ 3, asterisk          ], [numbersign  ]       };
44    key <AE04> { [ 4, ccedilla          ], [cent        ]       };
45    key <AE05> { [ 5, percent           ], [asciitilde  ]       };
46    key <AE06> { [ 6, ampersand         ], [section     ]       };
47    key <AE07> { [ 7, slash             ], [bar         ]       };
48    key <AE08> { [ 8, parenleft         ], [degree      ]       };
49    key <AE09> { [ 9, parenright        ], [backslash   ]       };
50    key <AE10> { [ 0, equal             ], [asciicircum ]       };
51    Key <AE11> { [ quoteright, question ], [quoteleft   ]       };
52    key <AE12> { [ SunFA_Circum, SunFA_Grave    ]               };
53    key <AD03> { [ e, E                 ], [EuroSign    ]       };
54    key <AD06> { [ Z                    ]                       };
55    key <AD11> { [ udiaeresis, egrave   ]                       };
56    key <AD12> { [ SunFA_Diaeresis, SunFA_Acute ]               };
57    key <AC10> { [ odiaeresis, eacute   ]                       };
58    key <AC11> { [ adiaeresis, agrave   ]                       };
59    key <TLDE> { [ dollar, SunFA_Tilde  ], [sterling    ]       };
60    key <LSGT> { [ bracketright, bracketleft   ], [ backslash ] };
61    key <AB01> { [ Y                    ]                       };
62    key <AB07> { [ M, NoSymbol          ], [mu  ]               };
63    key <AB08> { [ comma, semicolon     ]                       };
64    key <AB09> { [ period, colon        ]                       };
65    key <AB10> { [ minus, underscore    ]                       };
66    key <COMP> { [ SunAltGraph          ]                       };
67    key <ALGR> { [ SunCompose           ]                       };
68
69
70
71};
72