svkbd

Simple X11 onscreen keyboard.
git clone git://r-36.net/svkbd
Log | Files | Refs | LICENSE

commit cc4f2c36bacb397059aeaebae96358f46b5e6522
parent b6a96b6df92d67c70c241d52df4c99217aae1d41
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun,  9 Oct 2011 17:25:43 +0200

Changing the default settings to have highlight.
Diffstat:
config.def.h | 17+++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,8 +1,9 @@ -static const Bool wmborder = True; -static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"; -static const char normbgcolor[] = "#cccccc"; -static const char normfgcolor[] = "#000000"; -static const char hovbgcolor[] = "#ffffff"; -static const char hovfgcolor[] = "#000000"; -static const char pressbgcolor[] = "#0000cc"; -static const char pressfgcolor[] = "#ffffff"; +static const Bool wmborder = True; +static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"; +static const char normbgcolor[] = "#cccccc"; +static const char normfgcolor[] = "#000000"; +static const char pressbgcolor[] = "#0000cc"; +static const char pressfgcolor[] = "#ffffff"; +static const char highlightbgcolor[] = "#0000cc"; +static const char highlightfgcolor[] = "#ffffff"; +