diff options
author | David Walter Seikel | 2014-04-15 18:39:07 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-15 18:39:07 +1000 |
commit | 19faf32252f1fcfd5a6cc110846b0b21e8c8a185 (patch) | |
tree | d5052d260f7a93f3864a6962ffc90455c467bd2b | |
parent | Change from using a bunch of callbacks to using one, with a structure and type. (diff) | |
download | boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.zip boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.tar.gz boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.tar.bz2 boxes-19faf32252f1fcfd5a6cc110846b0b21e8c8a185.tar.xz |
Links about the different versions of showkey.
-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 | ||