src/xorg/keytables/sun-src/symbols/pc/cz_qwerty
author javi <javier.acosta@sun.com>
Fri, 01 Aug 2008 10:41:21 +0200
changeset 199 a8095abbc35c
child 209 e0d557225028
permissions -rw-r--r--
adding bugfix for 6570448 and 659473 2008/08/01 ja208388

// $XFree86: xc/programs/xkbcomp/symbols/cz_qwerty,v 1.1 2001/05/18 23:35:35 dawes Exp $

//
// 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
//

partial alphanumeric_keys
xkb_symbols "basic" {

    // This layout should work exactly as a cz with the exception
    // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
    // 2001 by Kamil Toman <[email protected]>

    include "us(basic)"

    key <AB01> {	[	z,              Z ],
			[	degree] 	};
    key <AD06> { [    y,              Y]};
};

partial alphanumeric_keys
xkb_symbols "Sundeadkeys" {
        include "cz(basic)"
};

partial alphanumeric_keys
xkb_symbols "sundeadkeys" {
        include "cz(Sundeadkeys)"
};