// based on a keyboard map from an 'xkb/symbols/iso3335-3' file // // $XFree86: xc/programs/xkbcomp/symbols/pc/en_US,v 1.3 2003/01/26 02:01:48 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { include "pc/latin" name[Group1]="by_lat"; key { [ w, W, scaron, Scaron ] }; key { [ u, U, ubreve, Ubreve ] }; key { [ s, S, sacute, Sacute ] }; key { [ l, L, lstroke, Lstroke ] }; key { [ z, Z, zacute, Zacute ] }; key { [ x, X, zcaron, Zcaron ] }; key { [ c, C, cacute, Cacute ] }; key { [ v, V, ccaron, Ccaron ] }; key { [ n, N, nacute, Nacute ] }; include "level3(ralt_switch_multikey)" }; xkb_symbols "nodeadkeys" { // Modifies the basic iso9995-3 layout to eliminate all dead keys include "pc/en_US(basic)" include "pc/latin(nodeadkeys)" };