commit | 29cfc096a7d3aeefdabbe4487097857ea821a553 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Sep 07 19:43:11 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 25 21:49:18 2018 -0400 |
tree | 811a726505318c97190c8d5a1da077a44fd53939 | |
parent | 03190a7888493058c3a0fd6c50fd0b8dadd165ee [diff] |
cmd: add conitrace command The 'conitrace' command prints the codes received from the console input as hexadecimal numbers. This developer utility is useful for testing the handling of special keys by keyboard drivers. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>