diff options
author | jacula <jacula@FreeBSD.org> | 2010-08-03 21:45:22 +0800 |
---|---|---|
committer | jacula <jacula@FreeBSD.org> | 2010-08-03 21:45:22 +0800 |
commit | ed9e706f87d69870493f56db1bd6775ed17238ad (patch) | |
tree | 010bc0754abf59d5f656baa60082ab74948a0a60 /misc/Makefile | |
parent | 761cb724abdb348991bc8df7f47ca91773c77ee2 (diff) | |
download | freebsd-ports-gnome-ed9e706f87d69870493f56db1bd6775ed17238ad.tar.gz freebsd-ports-gnome-ed9e706f87d69870493f56db1bd6775ed17238ad.tar.zst freebsd-ports-gnome-ed9e706f87d69870493f56db1bd6775ed17238ad.zip |
kbdscan is a small program to set the FreeBSD console keyboard in
raw scancode mode and show scancodes of keys pressed and released.
Five seconds of inactivity resets the console to the original mode
and quits the program.
WWW: http://hack.org/mc/hacks/kbdscan/
PR: ports/146010
Submitted by: Eitan Adler <EitanAdlerList@gmail.com>
Approved by: pgj (mentor)
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3c26655018c9..4ea9d4c5ce47 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -202,6 +202,7 @@ SUBDIR += k3b-i18n SUBDIR += kaddressbook-plugins SUBDIR += katalog + SUBDIR += kbdscan SUBDIR += kbfx SUBDIR += kcd SUBDIR += kcd-devel |