summaryrefslogtreecommitdiffstatshomepage
path: root/xspy.c
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand to xkbcatGravatar Antti K2014-07-261-136/+0
| | | | | Having taken all reasonable measures to reach the author, I'll rename to avoid confusion.
* Clean upGravatar Antti K2014-07-261-3/+2
| | | | | Stop compiler complaining about implicit usleep with explicit include. Neater variable declaration-initialisation on one line.
* Neater formatGravatar Antti K2014-07-261-3/+2
| | | | No need for brackets.
* Remove modifier handlingGravatar Antti K2014-07-261-144/+11
| | | | | | I only want to use this for naming which physical keys I press, so having different output when modifiers are pressed would be bad. Also, I can postprocess the data.
* InitGravatar Antti K2014-07-261-0/+271
Straight from https://www.eigenheimstrasse.de/~ben/keyspeedapplet/xspy.c