ee revision 9ea7388f
1// Estonian keyboard layout, by Ville Hallik <ville@linux.ee>.
2default partial alphanumeric_keys
3xkb_symbols "basic" {
4
5    // Describes the differences between a very simple en_US
6    // keyboard and a very simple Estonian keyboard
7    // This layout conforms to both EVS8:1993 and EVS8:2000 standards
8
9    include "latin(type4)"
10
11    name[Group1]="Estonian";
12
13    key <AE03>	{ [         3, numbersign,     sterling,     sterling ]	};
14    key <AE04>	{ [         4,   currency,       dollar,       dollar ]	};
15    key <AE11>	{ [      plus,   question,    backslash, questiondown ]	};
16    key <AE12>	{ [dead_acute, dead_grave,        grave,   apostrophe ]	};
17
18    key <AD11>	{ [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
19    key <AD12>	{ [    otilde,     Otilde,      section,  dead_macron ]	};
20
21    key <AC02>	{ [         s,          S,       scaron,       Scaron ]	};
22    key <AC10>	{ [odiaeresis, Odiaeresis,   dead_acute, dead_doubleacute ] };
23    key <AC11>	{ [adiaeresis, Adiaeresis,  asciicircum,   dead_caron ]	};
24    key <TLDE>	{ [dead_caron, dead_tilde,      notsign,      notsign ]	};
25
26    key <BKSL>	{ [apostrophe,   asterisk,      onehalf,   dead_breve ]	};
27    key <AB01>	{ [         z,          Z,       zcaron,       Zcaron ]	};
28    key <AB08>	{ [     comma,  semicolon,         less,     multiply ]	};
29    key <AB09>	{ [    period,      colon,      greater,     division ]	};
30    key <AB10>	{ [     minus, underscore,          bar,     abovedot ] };
31
32    include "level3(ralt_switch)"
33    include "eurosign(e)"
34};
35
36partial alphanumeric_keys
37xkb_symbols "nodeadkeys" {
38
39    // Modifies the basic Estonian layout to eliminate all dead keys
40
41    include "ee(basic)"
42    name[Group1]="Estonian (no dead keys)";
43
44    key <TLDE>	{ [asciicircum,asciitilde ]	};
45    key <AE12>	{ [apostrophe,      grave ]	};
46    key <AD11>	{ [udiaeresis, Udiaeresis,    diaeresis,       degree ]	};
47    key <AD12>	{ [    otilde,     Otilde,      section,       macron ]	};
48    key <AC10>	{ [odiaeresis, Odiaeresis,        acute,  doubleacute ]	};
49    key <AC11>	{ [adiaeresis, Adiaeresis,  asciicircum,        caron ]	};
50    key <BKSL>	{ [apostrophe,   asterisk,      onehalf,        breve ]	};
51    key <AB10>	{ [     minus, underscore, dead_belowdot,    abovedot ]	};
52};
53
54// Dvorak with Estonian characters
55partial alphanumeric_keys
56xkb_symbols "dvorak" {
57   include "us(dvorak)"
58   name[Group1]= "Estonian (Dvorak)";
59
60    key <AE03>	{ [         3, numbersign,   sterling ]	};
61    key <AE04>	{ [         4,     dollar,    section,   currency ]	};
62    key <AE08>	{ [         8,   asterisk,    onehalf ]	};
63
64    key <AC01>	{ [         a,          A, adiaeresis, Adiaeresis ]	};
65    key <AC02>	{ [         o,          O,     otilde,     Otilde ]	};
66    key <AC03>	{ [         e,          E, odiaeresis, Odiaeresis ]	};
67    key <AC04>	{ [         u,          U, udiaeresis, Udiaeresis ]	};
68    key <AC10>	{ [         s,          S,     scaron,     Scaron ]	};
69    key <AB10>	{ [         z,          Z,     zcaron,     Zcaron ]	};
70
71    include "level3(ralt_switch)"
72    include "kpdl(comma)"
73    include "eurosign(5)"
74};
75
76// Estonian few characters on basic US keymap.
77// by Elan Ruusamäe <glen@delfi.ee>
78partial alphanumeric_keys
79xkb_symbols "us" {
80    include "us(basic)"
81    name[Group1] = "Estonian (US)";
82
83    // ž, Ž
84    key <AB01>	{ [           z,  Z,          zcaron,     Zcaron     ]	};
85    // ¢
86    key <AB03>	{ [           c,  C,          cent,       cent       ]	};
87    // š, Š
88    key <AC02>	{ [           s,  S,          scaron,     Scaron     ]	};
89    key <AC10>	{ [ semicolon,    colon,      odiaeresis, Odiaeresis ]	};
90    key <AC11>	{ [ apostrophe,   quotedbl,   adiaeresis, Adiaeresis ]	};
91    key <AD11>	{ [ bracketleft,  braceleft,  udiaeresis, Udiaeresis ]	};
92    key <AD12>	{ [ bracketright, braceright, otilde,     Otilde     ]	};
93    // £
94    key <AE03>	{ [           3,  numbersign, sterling,   sterling   ]	};
95
96    include "level3(ralt_switch)"
97    include "eurosign(5)"
98    include "eurosign(e)"
99};
100
101// EXTRAS:
102
103partial alphanumeric_keys
104	xkb_symbols "sun_type6" {
105	include "sun_vndr/ee(sun_type6)"
106};
107