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.
 
 
 
 
 
 
Matteo Bernardini 3fd2c7f538 accessibility/svkbd: Mirror download url. 8 years ago
..
README accessibility/svkbd: Added (simple virtual keyboard). 12 years ago
slack-desc accessibility/svkbd: Added (simple virtual keyboard). 12 years ago
svkbd.1 accessibility/svkbd: Added (simple virtual keyboard). 12 years ago
svkbd.SlackBuild accessibility/svkbd: i486 => i586. 9 years ago
svkbd.info accessibility/svkbd: Mirror download url. 8 years ago
svkbd.pod accessibility/svkbd: Fix HOMEPAGE, add missing man page src. 9 years ago

README

svkbd (simple virtual keyboard)

This is a simple virtual keyboard, intended to be used in environments
where no keyboard is available.

Configuration is done at build time. The font and colors can be set in
config.h (in the same directory as the SlackBuild). The key layouts
are set with the environment variable LAYOUTS, which can be set to
a space-separated list of one or more of:

en - English (QWERTY, the default)
arrows - Arrow keys only
de - German (QWERTZ)
ru - Russian (Cyrillic)
sh - Slavic (QWERTZ)
all - All of the above

Default value for LAYOUTS is "en".

The package will contain binaries for each layout (e.g. svkbd-en,
svkbd-ru) in /usr/bin. The first layout listed in LAYOUTS (or svkbd-en
if LAYOUTS="all") will also be symlinked to /usr/bin/svkbd.