xenocara/data/xkbdata/symbols/sk_qwerty
2006-11-25 16:30:37 +00:00

17 lines
538 B
Plaintext

// $XFree86: xc/programs/xkbcomp/symbols/sk_qwerty,v 1.1 2001/05/18 23:35:35 dawes Exp $
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 "sk(basic)"
key <AB01> { [ z, Z,
degree, NoSymbol ] };
key <AD06> { [ y, Y,
NoSymbol, NoSymbol ] };
};