// $XKeyboardConfig$ // based on // Estonian XKB-keymap by Ville Hallik // // $XFree86: xc/programs/xkbcomp/symbols/ee,v 1.2 2002/11/22 04:03:28 dawes Exp $ 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]="Estonia"; key { [ 3, numbersign, sterling, sterling ] }; key { [ 4, currency, dollar, dollar ] }; key { [ plus, question, backslash, questiondown ] }; key { [dead_acute, dead_grave, grave, apostrophe ] }; key { [ e, E, EuroSign, EuroSign ] }; 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 ] }; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic Estonian layout to eliminate all dead keys include "ee(basic)" name[Group1]="Estonia - 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 ] }; };