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