// $XFree86$

// Based on pc/us_intl keyboard map.
// Elan Ruusame <glen@delfi.ee>
//
// $Log: us_ee,v $
// Revision 1.9  2006/01/23 08:22:25  glen
// - updated to X11 6.9.0
// - set group name to country name
//
// Revision 1.8  2005/10/11 06:35:55  glen
// - add vim encoding
//
// Revision 1.7  2005/05/20 11:33:45  glen
// - unified tabs
//
// Revision 1.6  2004/09/15 22:21:19  glen
// - added sterling
//
// Revision 1.5  2004/09/15 22:11:01  glen
// - more cosmetics
//
// Revision 1.4  2004/09/15 22:10:35  glen
// - cosmetics
//
// Revision 1.3  2004/09/15 22:10:16  glen
// - import old changelog
//
// Revision 1.2  2004/09/15 22:09:05  glen
// - added euro & cent
//
// Revision 1.1: 2004/09/15 21:15:45  glen
// - added
//

partial default alphanumeric_keys
xkb_symbols "basic" {

	include "pc/us"
	name[Group1]="US/Estonia";

	key <AD11> { [ bracketleft,  braceleft,  udiaeresis, Udiaeresis ] };
	key <AD12> { [ bracketright, braceright, otilde,     Otilde     ] };
	key <AC10> { [ semicolon,    colon,      odiaeresis, Odiaeresis ] };
	key <AC11> { [ quoteright,   quotedbl,   adiaeresis, Adiaeresis ] };

	//  and 
	key <AC02> { [           s,  S,          scaron,     Scaron     ] };
	//  and 
	key <AB01> { [           z,  Z,          zcaron,     Zcaron     ] };

	// euro
	key <AD03> { [           e,  E,          EuroSign,   EuroSign   ] };

	// cent
	key <AB03> { [           c,  C,          cent,       cent       ] };

	key <AE03> { [           3,  numbersign, sterling,   sterling   ] };

	include "level3(ralt_switch)"
};

// vim:ts=8:sw=8:encoding=iso8859-15
