// $XFree86$ partial alphanumeric_keys xkb_symbols "basic" { // Describes the differences between a very simple en_US // keyboard and a simple Esperanto keyboard // Press AltGr or Windows Menu key together with C, H, J, S, U // to get accented letters. // 2001 by Radovan Garabik // include "pc/latin(type4)" key.type = "FOUR_LEVEL"; key { [w,W, ubreve,Ubreve ] }; key { [u,U, ubreve, Ubreve ] }; key { [s,S, scircumflex, Scircumflex ] }; key { [g,G, gcircumflex,Gcircumflex ] }; key { [h,H, hcircumflex,Hcircumflex ] }; key { [j,J, jcircumflex,Jcircumflex ] }; key { [c,C, ccircumflex,Ccircumflex ] }; // include "level3(ralt_switch)" // include "es(basic)" };