xenocara/data/xkbdata/symbols/ee
2006-11-25 16:30:37 +00:00

84 lines
2.9 KiB
Plaintext

// $XFree86: xc/programs/xkbcomp/symbols/ee,v 1.2 2000/10/27 18:31:08 dawes Exp $
// Estonian XKB-keymap by Ville Hallik <ville@linux.ee>
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
name[Group1]= "Estonian";
key <TLDE> { [ dead_caron, dead_tilde ] };
key <AE02> { [ 2, quotedbl ],
[ at ] };
key <AE03> { [ 3, numbersign ],
[ sterling ] };
key <AE04> { [ 4, currency ],
[ dollar ] };
key <AE06> { [ 6, ampersand ] };
key <AE07> { [ 7, slash ],
[ braceleft ] };
key <AE08> { [ 8, parenleft ],
[ bracketleft ] };
key <AE09> { [ 9, parenright ],
[ bracketright ] };
key <AE10> { [ 0, equal ],
[ braceright ] };
key <AE11> { [ plus, question ],
[ backslash ] };
key <AE12> { [ dead_acute, dead_grave ],
[ quoteleft, quoteright ] };
key <AD03> { [ e, E ],
[ EuroSign ] };
key <AD11> { [ udiaeresis, Udiaeresis ] };
key <AD12> { [ otilde, Otilde ],
[ section ] };
key <AC02> { [ s, S ],
[ scaron, Scaron ] };
key <AC10> { [ odiaeresis, Odiaeresis ] };
key <AC11> { [ adiaeresis, Adiaeresis ],
[ asciicircum ] };
key <AB01> { [ z, Z ],
[ zcaron, Zcaron ] };
key <AB08> { [ comma, semicolon ],
[ less ] };
key <AB09> { [ period, colon ],
[ greater ] };
key <AB10> { [ minus, underscore ] };
key <BKSL> { [ apostrophe, asterisk ],
[ onehalf ] };
key <LSGT> { [ less, greater ],
[ bar ] };
// End alphanumeric section
// begin modifier mappings
modifier_map Shift { Shift_L };
modifier_map Lock { Caps_Lock };
modifier_map Control{ Control_L };
modifier_map Mod3 { Mode_switch };
};
partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
include "ee(basic)" // for consistent naming
};
partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
include "ee(Sundeadkeys)" // for consistent naming
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
// Modifies the basic Estonian layout to eliminate all dead keys
include "ee(basic)"
key <TLDE> { [ asciicircum, asciitilde ] };
key <AE12> { [ apostrophe, grave ] };
};