2 // Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
5 partial default alphanumeric_keys
8 // Describes the differences between a very simple en_US
9 // keyboard and a very simple Estonian keyboard
10 // This layout conforms to both EVS8:1993 and EVS8:2000 standards
12 include "latin(type4)"
14 name[Group1]="Estonia";
16 key <AE03> { [ 3, numbersign, sterling, sterling ] };
17 key <AE04> { [ 4, currency, dollar, dollar ] };
18 key <AE11> { [ plus, question, backslash, questiondown ] };
19 key <AE12> { [dead_acute, dead_grave, grave, apostrophe ] };
21 key <AD11> { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
22 key <AD12> { [ otilde, Otilde, section, dead_macron ] };
24 key <AC02> { [ s, S, scaron, Scaron ] };
25 key <AC10> { [odiaeresis, Odiaeresis, dead_acute, dead_doubleacute ] };
26 key <AC11> { [adiaeresis, Adiaeresis, asciicircum, dead_caron ] };
27 key <TLDE> { [dead_caron, dead_tilde, notsign, notsign ] };
29 key <BKSL> { [apostrophe, asterisk, onehalf, dead_breve ] };
30 key <AB01> { [ z, Z, zcaron, Zcaron ] };
31 key <AB08> { [ comma, semicolon, less, multiply ] };
32 key <AB09> { [ period, colon, greater, division ] };
34 include "level3(ralt_switch)"
38 partial alphanumeric_keys
39 xkb_symbols "nodeadkeys" {
41 // Modifies the basic Estonian layout to eliminate all dead keys
44 name[Group1]="Estonia - Eliminate dead keys";
46 key <TLDE> { [asciicircum,asciitilde ] };
47 key <AE12> { [apostrophe, grave ] };
48 key <AD11> { [udiaeresis, Udiaeresis, diaeresis, degree ] };
49 key <AD12> { [ otilde, Otilde, section, macron ] };
50 key <AC10> { [odiaeresis, Odiaeresis, acute, doubleacute ] };
51 key <AC11> { [adiaeresis, Adiaeresis, asciicircum, caron ] };
52 key <BKSL> { [apostrophe, asterisk, onehalf, breve ] };
53 key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
56 // Dvorak with Estonian characters
57 partial alphanumeric_keys
58 xkb_symbols "dvorak" {
60 name[Group1]= "Estonia - Dvorak";
62 key <AE03> { [ 3, numbersign, sterling ] };
63 key <AE04> { [ 4, dollar, section, currency ] };
64 key <AE08> { [ 8, asterisk, onehalf ] };
66 key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
67 key <AC02> { [ o, O, otilde, Otilde ] };
68 key <AC03> { [ e, E, odiaeresis, Odiaeresis ] };
69 key <AC04> { [ u, U, udiaeresis, Udiaeresis ] };
70 key <AC10> { [ s, S, scaron, Scaron ] };
71 key <AB10> { [ z, Z, zcaron, Zcaron ] };
73 include "level3(ralt_switch)"
78 // Estonian few characters on basic US keymap.
79 // by Elan Ruusamäe <glen@delfi.ee>
80 partial alphanumeric_keys
83 name[Group1] = "Estonia - US keyboard with Estonian letters";
86 key <AB01> { [ z, Z, zcaron, Zcaron ] };
88 key <AB03> { [ c, C, cent, cent ] };
90 key <AC02> { [ s, S, scaron, Scaron ] };
91 key <AC10> { [ semicolon, colon, odiaeresis, Odiaeresis ] };
92 key <AC11> { [ quoteright, quotedbl, adiaeresis, Adiaeresis ] };
93 key <AD11> { [ bracketleft, braceleft, udiaeresis, Udiaeresis ] };
94 key <AD12> { [ bracketright, braceright, otilde, Otilde ] };
96 key <AE03> { [ 3, numbersign, sterling, sterling ] };
98 include "level3(ralt_switch)"