lv revision 154daed1
1// $XdotOrg: $
2//
3// Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
4//
5// Permission is hereby granted, free of charge, to any person obtaining a
6// copy of this software and associated documentation files (the
7// "Software"), to deal in the Software without restriction, including
8// without limitation the rights to use, copy, modify, merge, publish,
9// distribute, and/or sell copies of the Software, and to permit persons
10// to whom the Software is furnished to do so, provided that the above
11// copyright notice(s) and this permission notice appear in all copies of
12// the Software and that both the above copyright notice(s) and this
13// permission notice appear in supporting documentation.
14// 
15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
18// OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
19// HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
20// INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
21// FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
22// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
23// WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24// 
25// Except as contained in this notice, the name of a copyright holder
26// shall not be used in advertising or otherwise to promote the sale, use
27// or other dealings in this Software without prior written authorization
28// of the copyright holder.
29//
30
31default partial alphanumeric_keys 
32xkb_symbols "type5" {
33
34    // Describes the differences between a very simple US/ASCII
35    // keyboard and a very simple Latvian keyboard.
36
37    // Alphanumeric section
38
39    name[group1]="Latvian";
40
41    key <AE04> {	[	4,		dollar		],
42			[	section				]	};
43    key <AE08> {	[	8,		asterisk	],
44			[	multiply			]	};
45    key <AD03> {        [       e,              E               ],
46			[	emacron,	Emacron		]	};
47    key <AD04> {        [       r,              R               ],
48			[	rcedilla,	Rcedilla	]	};
49    key <AD07> {        [       u,              U               ],
50			[	umacron,	Umacron		]	};
51    key <AD08> {        [       i,              I               ],
52			[	imacron,	Imacron		]	};
53    key <AD09> {        [       o,              O               ],
54			[	omacron,	Omacron		]	};
55    key <AC01> {	[	a,		A		],
56			[	amacron,	Amacron		]	};
57    key <AC02> {	[	s,		S		],
58			[	scaron,		Scaron		]	};
59    key <AC05> {	[	g,		G		],
60			[	gcedilla,	Gcedilla	]	};
61    key <AC08> {	[	k,		K		],
62			[	kcedilla,	Kcedilla	]	};
63    key <AC09> {	[	l,		L		],
64			[	lcedilla,	Lcedilla	]	};
65    key <BKSL> {	[	degree,		bar		]	};
66    key <LSGT> {	[	backslash,	bar		]	};
67    key <AB01> {	[	z,		Z		],
68			[	zcaron,		Zcaron		]	};
69    key <AB03> {	[	c,		C		],
70			[	ccaron,		ccaron		]	};
71    key <AB06> {	[	n,		N		],
72			[	ncedilla,	Ncedilla	]	};
73    // End alphanumeric section
74};
75
76