summaryrefslogtreecommitdiffstats
path: root/accessibility/svkbd/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-03-19 07:00:45 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-03-21 13:01:20 -0500
commitf3704690c6cc26c3b178a757d3015f30a7297456 (patch)
tree3673fa0ad1bda561c1a85eb7cf6de1b4bf292528 /accessibility/svkbd/README
parente42297f1ea8653855db50f69787b4e3793fbabc8 (diff)
downloadslackbuilds-f3704690c6cc26c3b178a757d3015f30a7297456.tar.gz
slackbuilds-f3704690c6cc26c3b178a757d3015f30a7297456.tar.xz
accessibility/svkbd: Added (simple virtual keyboard).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/svkbd/README')
-rw-r--r--accessibility/svkbd/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/accessibility/svkbd/README b/accessibility/svkbd/README
new file mode 100644
index 0000000000..0f63196b8b
--- /dev/null
+++ b/accessibility/svkbd/README
@@ -0,0 +1,22 @@
+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.