aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/showkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'showkey.c')
-rw-r--r--showkey.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/showkey.c b/showkey.c
index 47a1a3d..de1f804 100644
--- a/showkey.c
+++ b/showkey.c
@@ -2,7 +2,10 @@
2 * 2 *
3 * Copyright 2014 David Seikel <won_fang@yahoo.com.au> 3 * Copyright 2014 David Seikel <won_fang@yahoo.com.au>
4 * 4 *
5 * Dunno yet if this is a standard. 5 * Not actually a standard, seems to be three different versions.
6 * The original kbd - http://kbd-project.org/
7 * The kbd fork console-tools - http://lct.sourceforge.net/
8 * A utility invented by Eric S. Raymond - http://catb.org/esr/showkey/
6 9
7USE_SHOWKEY(NEWTOY(showkey, "", TOYFLAG_USR|TOYFLAG_BIN)) 10USE_SHOWKEY(NEWTOY(showkey, "", TOYFLAG_USR|TOYFLAG_BIN))
8 11