// $XFree86: xc/programs/xkbcomp/symbols/pc/sk_qwerty,v 1.2 2002/11/22 04:02:22 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 include "pc/sk(basic)" key { [ z, Z, degree, NoSymbol ] }; key { [ y, Y, NoSymbol, NoSymbol ] }; }; // Use instead of (useful for keyboard without key) xkb_symbols "bksl" { include "pc/sk_qwerty(basic)" key { [ backslash, bar, slash, NoSymbol ] }; };