summaryrefslogtreecommitdiff
path: root/cmd/conitrace.c
Commit message (Collapse)AuthorAgeFilesLines
* cmd: add conitrace commandHeinrich Schuchardt2018-09-251-0/+51
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>