introducing the consistency in the group names
[xorg/xkeyboard-config] / symbols / ee
1 // $XKeyboardConfig$
2
3 // based on
4 // Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
5 //
6 // $XFree86: xc/programs/xkbcomp/symbols/ee,v 1.2 2002/11/22 04:03:28 dawes Exp $
7
8 partial default alphanumeric_keys
9 xkb_symbols "basic" {
10
11     // Describes the differences between a very simple en_US
12     // keyboard and a very simple Estonian keyboard
13     // This layout conforms to both EVS8:1993 and EVS8:2000 standards
14
15     include "latin(type4)"
16
17     name[Group1]="Estonia";
18
19     key <AE03>  { [         3, numbersign,     sterling,     sterling ] };
20     key <AE04>  { [         4,   currency,       dollar,       dollar ] };
21     key <AE11>  { [      plus,   question,    backslash, questiondown ] };
22     key <AE12>  { [dead_acute, dead_grave,        grave,   apostrophe ] };
23
24     key <AD03>  { [         e,          E,     EuroSign,     EuroSign ] };
25     key <AD11>  { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
26     key <AD12>  { [    otilde,     Otilde,      section,  dead_macron ] };
27
28     key <AC02>  { [         s,          S,       scaron,       Scaron ] };
29     key <AC10>  { [odiaeresis, Odiaeresis,   dead_acute, dead_doubleacute ] };
30     key <AC11>  { [adiaeresis, Adiaeresis,  asciicircum,   dead_caron ] };
31     key <TLDE>  { [dead_caron, dead_tilde,      notsign,      notsign ] };
32
33     key <BKSL>  { [apostrophe,   asterisk,      onehalf,   dead_breve ] };
34     key <AB01>  { [         z,          Z,       zcaron,       Zcaron ] };
35     key <AB08>  { [     comma,  semicolon,         less,     multiply ] };
36     key <AB09>  { [    period,      colon,      greater,     division ] };
37
38     include "level3(ralt_switch)"
39 };
40
41 partial alphanumeric_keys
42 xkb_symbols "nodeadkeys" {
43
44     // Modifies the basic Estonian layout to eliminate all dead keys
45
46     include "ee(basic)"
47     name[Group1]="Estonia - Eliminate dead keys";
48
49     key <TLDE>  { [asciicircum,asciitilde ]     };
50     key <AE12>  { [apostrophe,      grave ]     };
51     key <AD11>  { [udiaeresis, Udiaeresis,    diaeresis,       degree ] };
52     key <AD12>  { [    otilde,     Otilde,      section,       macron ] };
53     key <AC10>  { [odiaeresis, Odiaeresis,        acute,  doubleacute ] };
54     key <AC11>  { [adiaeresis, Adiaeresis,  asciicircum,        caron ] };
55     key <BKSL>  { [apostrophe,   asterisk,      onehalf,        breve ] };
56     key <AB10>  { [     minus, underscore, dead_belowdot,    abovedot ] };
57 };