diff options
| author | 2014-07-29 21:05:00 +0200 | |
|---|---|---|
| committer | 2014-07-30 01:11:08 +0200 | |
| commit | db7f06bf1be93dbfe43ef928b2310a7a4311072e (patch) | |
| tree | d48e2ba9c915d129758c8be1a71fc9cece36c12e /xkbcat.c | |
| parent | 23825cc80443d321f116cc036afd031d6bf3f323 (diff) | |
| download | xkbcat-db7f06bf1be93dbfe43ef928b2310a7a4311072e.tar.gz xkbcat-db7f06bf1be93dbfe43ef928b2310a7a4311072e.zip | |
Document origin and inspiration in a separate file
This keeps source separate from history.
Diffstat (limited to 'xkbcat.c')
| -rw-r--r-- | xkbcat.c | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -1,16 +1,8 @@ /* xkbcat - Monitors key presses globally across X11. - - A rather simplified version of - `xspy` by Jon A. Maxwell (JAM) <jmaxwell@acm.vt.edu> - as modified for easier physical key monitoring by Antti Korpi <an@cyan.io>. - */ + ------ -/* - xspy polls the keyboard to determine the state of all keys on - the keyboard. By comparing results it determines which key has - been pressed. In this way it echos to the user all physical keys typed. + Monitors key presses globally across X11. */ #include <X11/Xlib.h> |
