summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* Operator spacingGravatar Antti K2014-07-291-18/+18
|
* Clarify delay microseconds usageGravatar Antti K2014-07-291-2/+2
|
* Fix indentationGravatar Antti K2014-07-291-68/+68
| | | | | Consistent 4-space everywhere. There were previously either 2 or 3, sometimes funky.
* Clearer variable nameGravatar Antti K2014-07-291-3/+3
|
* Simplify global initialisationGravatar Antti K2014-07-291-4/+1
|
* Clarify how-to-compile commentGravatar Antti K2014-07-291-1/+1
|
* Simplify usage outputGravatar Antti K2014-07-291-7/+5
|
* Rebrand to xkbcatGravatar Antti K2014-07-262-13/+9
| | | | | 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-262-0/+272
Straight from https://www.eigenheimstrasse.de/~ben/keyspeedapplet/xspy.c