-rw-r--r-- | development/keyview/config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/keyview/config.in b/development/keyview/config.in index ce934d3..6c29e1d 100644 --- a/development/keyview/config.in +++ b/development/keyview/config.in @@ -1,4 +1,4 @@ -# config #KEYVIEW -# boolean "keyview" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config KEYVIEW + boolean "Keyview (Debugging tool for viewing keypresses)" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |