adding Swiss layouts and removing references to pc/ from files
[xorg/xkeyboard-config] / symbols / cz_qwerty
1 // $XFree86$
2
3 partial alphanumeric_keys 
4 xkb_symbols "basic" {
5  
6     // This layout should work exactly as a cz with the exception 
7     // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
8     // 2001 by Kamil Toman <ktoman@email.cz>
9     
10     include "cz(basic)"
11
12     key <AB01>  { [         z,          Z,       degree,     NoSymbol ] };
13     key <AD06>  { [         y,          Y,     NoSymbol,     NoSymbol ] };
14 };
15
16 // Use <BKSL> instead of <LSGT> (useful for keyboard without <LSGT> key)
17 xkb_symbols "bksl" {
18     include "cz_qwerty(basic)"
19
20     key <BKSL>  { [ backslash,        bar,        slash,     NoSymbol ] };
21 };