introducing the consistency in the group names
[xorg/xkeyboard-config] / symbols / it
1 // $XKeyboardConfig$
2
3 // based on a keyboard map from an 'xkb/symbols/it' file
4 // 17 May 2003 Modified by Sebastiano Vigna (vigna@dsi.unimi.it)
5 //
6 // $XFree86: xc/programs/xkbcomp/symbols/it,v 1.4 2003/04/19 12:22:12 pascal Exp $
7
8 partial default alphanumeric_keys
9 xkb_symbols "basic" {
10
11     include "latin(type4)"
12
13     name[Group1]="Italy";
14
15     key <TLDE>  { [ backslash,        bar,      notsign,    brokenbar ] };
16
17     key <AE02>  { [         2,   quotedbl,  twosuperior, dead_doubleacute ] };
18     key <AE03>  { [         3,   sterling,threesuperior,   dead_tilde ] };
19     key <AE04>  { [         4,     dollar,   onequarter,    oneeighth ] };
20
21     key <AE10>  { [         0,      equal,   braceright,  dead_ogonek ] };
22     key <AE11>  { [apostrophe,   question,        grave, questiondown ] };
23     key <AE12>  { [    igrave, asciicircum,  asciitilde, dead_circumflex ] };
24
25     key <AD11>  { [    egrave,     eacute,  bracketleft,    braceleft ] };
26     key <AD12>  { [      plus,   asterisk, bracketright,   braceright ] };
27
28     key <AC10>  { [    ograve,   ccedilla,           at, dead_cedilla ] };
29     key <AC11>  { [    agrave,     degree,   numbersign, dead_abovering ] };
30
31     key <AB06>  { [         n,          N,       ntilde,       Ntilde ] };
32     key <AB08>  { [     comma,  semicolon,   dead_acute,     multiply ] };
33     key <AB09>  { [    period,      colon,periodcentered, dead_diaeresis ] };
34     key <AB10>  { [     minus, underscore,  dead_macron,     division ] };
35
36     key <BKSL>  { [    ugrave,    section,   dead_grave,   dead_breve ] };
37
38     key <LSGT>  { [      less,    greater,guillemotleft,guillemotright] };
39
40     include "level3(ralt_switch)"
41 };
42
43 partial alphanumeric_keys
44 xkb_symbols "nodeadkeys" {
45
46     // Modifies the basic italian layout to eliminate all dead keys
47
48     include "it(basic)"
49
50     name[Group1]="Italy - Eliminate dead keys";
51
52     key <AE02>  { [         2,   quotedbl,  twosuperior,  doubleacute ] };
53     key <AE03>  { [         3,   sterling,threesuperior,   asciitilde ] };
54
55     key <AE10>  { [         0,       equal,  braceright,       ogonek ] };
56     key <AE12>  { [    igrave, asciicircum,  asciitilde,  asciicircum ] };
57
58     key <AC10>  { [    ograve,   ccedilla,           at,      cedilla ] };
59     key <AC11>  { [    agrave,     degree,   numbersign,       degree ] };
60
61     key <AB08>  { [     comma,  semicolon,        acute,     multiply ] };
62     key <AB09>  { [    period,      colon,periodcentered,   diaeresis ] };
63     key <AB10>  { [     minus, underscore,       macron,     division ] };
64
65     key <BKSL>  { [    ugrave,    section,        grave,        breve ] };
66 };