diff options
Diffstat (limited to 'accessibility/svkbd/README')
-rw-r--r-- | accessibility/svkbd/README | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/accessibility/svkbd/README b/accessibility/svkbd/README index 0f63196b8b37..42c6b6af5541 100644 --- a/accessibility/svkbd/README +++ b/accessibility/svkbd/README @@ -3,19 +3,23 @@ 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: +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. -en - English (QWERTY, the default) +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 +all - All of the above -Default value for LAYOUTS is "en". +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 |