//
// CDDL HEADER START
//
// The contents of this file are subject to the terms of the
// Common Development and Distribution License (the "License").
// You may not use this file except in compliance with the License.
//
// You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
// or http://www.opensolaris.org/os/licensing.
// See the License for the specific language governing permissions
// and limitations under the License.
//
// When distributing Covered Code, include this CDDL HEADER in each
// file and include the License file at src/OPENSOLARIS.LICENSE.
// If applicable, add the following below this CDDL HEADER, with the
// fields enclosed by brackets "[]" replaced with your own identifying
// information: Portions Copyright [yyyy] [name of copyright owner]
//
// CDDL HEADER END
//


default partial alphanumeric_keys 
xkb_symbols "type5" {

    // Describes the differences between a very simple US/ASCII
    // keyboard and a very simple Latvian keyboard.

    // Alphanumeric section

    name[group1]="Latvian";

    key <AE04> {	[	4,		dollar		],
			[	section				]	};
    key <AE08> {	[	8,		asterisk	],
			[	multiply			]	};
    key <AD03> {        [       e,              E               ],
			[	emacron,	Emacron		]	};
    key <AD04> {        [       r,              R               ],
			[	rcedilla,	Rcedilla	]	};
    key <AD07> {        [       u,              U               ],
			[	umacron,	Umacron		]	};
    key <AD08> {        [       i,              I               ],
			[	imacron,	Imacron		]	};
    key <AD09> {        [       o,              O               ],
			[	omacron,	Omacron		]	};
    key <AC01> {	[	a,		A		],
			[	amacron,	Amacron		]	};
    key <AC02> {	[	s,		S		],
			[	scaron,		Scaron		]	};
    key <AC05> {	[	g,		G		],
			[	gcedilla,	Gcedilla	]	};
    key <AC08> {	[	k,		K		],
			[	kcedilla,	Kcedilla	]	};
    key <AC09> {	[	l,		L		],
			[	lcedilla,	Lcedilla	]	};
    key <BKSL> {	[	degree,		bar		]	};
    key <LSGT> {	[	backslash,	bar		]	};
    key <AB01> {	[	z,		Z		],
			[	zcaron,		Zcaron		]	};
    key <AB03> {	[	c,		C		],
			[	ccaron,		ccaron		]	};
    key <AB06> {	[	n,		N		],
			[	ncedilla,	Ncedilla	]	};
    // End alphanumeric section
};

