// $XFree86$

partial alphanumeric_keys 
xkb_symbols "basic" {
 
    // This layout should work exactly as a sk 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/sk(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/sk_qwerty(basic)"

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