diff options
-rw-r--r-- | showkey.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 | ||
7 | USE_SHOWKEY(NEWTOY(showkey, "", TOYFLAG_USR|TOYFLAG_BIN)) | 10 | USE_SHOWKEY(NEWTOY(showkey, "", TOYFLAG_USR|TOYFLAG_BIN)) |
8 | 11 | ||