This file is indexed.

/usr/share/doc/console-tools/contrib/keysyms.h.txt is in console-tools 1:0.2.3dbs-65.1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
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