Using dvorak is hard in the Pinephone. :)
Go to file
Christoph Lohmann 3a5d2f3ed8 Fixing the geometry parsing. 2011-10-09 17:59:03 +02:00
LICENSE Maintainer changed. 2011-10-09 11:26:14 +02:00
Makefile Fixing the install/uninstall again. 2011-04-10 13:44:18 +02:00
README Adding README 2011-03-25 15:39:00 +01:00
config.def.h Changing the default settings to have highlight. 2011-10-09 17:25:43 +02:00
config.mk Adding Christoph Lohmanns patches again. Thx :D 2011-04-04 13:39:31 +02:00
layout.arrows.h Adding close button. 2011-04-04 22:43:12 +02:00
layout.de.h Adding close button. 2011-04-04 22:43:12 +02:00
layout.en.h Adding close button. 2011-04-04 22:43:12 +02:00
svkbd.c Fixing the geometry parsing. 2011-10-09 17:59:03 +02:00

README

svkbd - simple virtual keyboard
===============================
svkbd is a small X client application usefull for emulating a keyboard
on the screen.


Requirements
------------
In order to build svkbd you need the Xlib and XTest header files.


Installation
------------
Edit config.mk to match your local setup (svkbd is installed into
the /usr/local namespace by default).

Afterwards enter make svkbd.<LAYOUT> to compile svkbd, where <LAYOUT> can
be one of de, en, arrows. "make" defaults to svkbd.en, which is copied to
svkbd

Configuration
-------------
The configuration of svkbd is done by creating a custom config.h
and (re)compiling the source code.

You can define your own keyboard layouts by creating layout.<IDENTIFIER>.h.
Afterwards, build your customized version by executing

	make svkbd.<IDENTIFIER>