summaryrefslogtreecommitdiff
path: root/symbols/cz_qwerty
blob: 1d1c47a0f2da366a2cb944993993e0e7cd414a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $XFree86$

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 <ktoman@email.cz>
    
    include "pc/cz(basic)"

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

// Use <BKSL> instead of <LSGT> (useful for keyboard without <LSGT> key)
xkb_symbols "bksl" {
    include "pc/cz_qwerty(basic)"

    key <BKSL>	{ [ backslash,        bar,        slash,     NoSymbol ]	};
};