home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
console-tools
/
contrib
/
keysyms.h.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-08
|
260 b
|
10 lines
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