summaryrefslogtreecommitdiffstats
path: root/accessibility/svkbd/README
blob: 42c6b6af5541b13f2a7fd7459d73bfbe017fea87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
svkbd (simple virtual keyboard)

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

The default font and other options can be set in config.h (in the same
directory as the SlackBuild). To do this, extract config.def.h from
the source, copy it to config.h, and edit.

The key layouts are set with the environment variable LAYOUTS, which
can be set to a space-separated list of one or more of:

mobile-intl - Multilayer international (QWERTY)
mobule-plain - Non-layered international (QWERTY)
arrows - Arrow keys only
en - English (QWERTY)
de - German (QWERTZ)
ru - Russian (Cyrillic)
sh - Slavic (QWERTZ)
all - All of the above

Default value for LAYOUTS is "en mobile-intl".

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.