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