Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 9d6b8704f2e1720bd1ea251faa2119f1 > files > 28

console-tools-devel-0.2.3-29mdk.i586.rpm

jrv@vanzandt.mv.com (Jim Van Zandt) writes:

I have found that I can construct the definitions of
the keysyms with the command

dumpkeys --long-info | awk '/^0x0000/, /^$/ {
        if(/^$/) exit;
        printf("#define KS_%-22s %s\n", $2, $1);
}' >keysyms.h