// based on // Estonian XKB-keymap by Ville Hallik // partial default alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a very simple Estonian keyboard // This layout conforms to both EVS8:1993 and EVS8:2000 standards include "latin(type4)" name[Group1]="Estonian"; key { [ 3, numbersign, sterling, sterling ] }; key { [ 4, currency, dollar, dollar ] }; key { [ plus, question, backslash, questiondown ] }; key { [dead_acute, dead_grave, grave, apostrophe ] }; key { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] }; key { [ otilde, Otilde, section, dead_macron ] }; key { [ s, S, scaron, Scaron ] }; key { [odiaeresis, Odiaeresis, dead_acute, dead_doubleacute ] }; key { [adiaeresis, Adiaeresis, asciicircum, dead_caron ] }; key { [dead_caron, dead_tilde, notsign, notsign ] }; key { [apostrophe, asterisk, onehalf, dead_breve ] }; key { [ z, Z, zcaron, Zcaron ] }; key { [ comma, semicolon, less, multiply ] }; key { [ period, colon, greater, division ] }; key { [ minus, underscore, bar, abovedot ] }; include "level3(ralt_switch)" include "eurosign(e)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic Estonian layout to eliminate all dead keys include "ee(basic)" name[Group1]="Estonian (eliminate dead keys)"; key { [asciicircum,asciitilde ] }; key { [apostrophe, grave ] }; key { [udiaeresis, Udiaeresis, diaeresis, degree ] }; key { [ otilde, Otilde, section, macron ] }; key { [odiaeresis, Odiaeresis, acute, doubleacute ] }; key { [adiaeresis, Adiaeresis, asciicircum, caron ] }; key { [apostrophe, asterisk, onehalf, breve ] }; key { [ minus, underscore, dead_belowdot, abovedot ] }; }; // Dvorak with Estonian characters partial alphanumeric_keys xkb_symbols "dvorak" { include "us(dvorak)" name[Group1]= "Estonian (Dvorak)"; key { [ 3, numbersign, sterling ] }; key { [ 4, dollar, section, currency ] }; key { [ 8, asterisk, onehalf ] }; key { [ a, A, adiaeresis, Adiaeresis ] }; key { [ o, O, otilde, Otilde ] }; key { [ e, E, odiaeresis, Odiaeresis ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ s, S, scaron, Scaron ] }; key { [ z, Z, zcaron, Zcaron ] }; include "level3(ralt_switch)" include "kpdl(comma)" include "eurosign(5)" }; // Estonian few characters on basic US keymap. // by Elan Ruusamäe partial alphanumeric_keys xkb_symbols "us" { include "us(euro)" name[Group1] = "Estonian (US keyboard with Estonian letters)"; // ž, Ž key { [ z, Z, zcaron, Zcaron ] }; // ¢ key { [ c, C, cent, cent ] }; // š, Š key { [ s, S, scaron, Scaron ] }; key { [ semicolon, colon, odiaeresis, Odiaeresis ] }; key { [ quoteright, quotedbl, adiaeresis, Adiaeresis ] }; key { [ bracketleft, braceleft, udiaeresis, Udiaeresis ] }; key { [ bracketright, braceright, otilde, Otilde ] }; // £ key { [ 3, numbersign, sterling, sterling ] }; include "level3(ralt_switch)" include "eurosign(e)" };