A simple on screen keyboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Lohmann 6e23a19d2f Adding close button. 13 years ago
LICENSE Fixing Makefile and adding license. Patch supplied by Evil_Bob. Thanks :) 13 years ago
Makefile fixing segment fault while resizing. 13 years ago
README Adding README 13 years ago
config.def.h merging __20h__s changes. 13 years ago
config.mk Adding Christoph Lohmanns patches again. Thx :D 13 years ago
layout.arrows.h Adding close button. 13 years ago
layout.de.h Adding close button. 13 years ago
layout.en.h Adding close button. 13 years ago
svkbd.c Adding close button. 13 years ago

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>