README 976 B

12345678910111213141516171819202122232425262728
  1. svkbd (simple virtual keyboard)
  2. This is a simple virtual keyboard, intended to be used in environments
  3. where no keyboard is available.
  4. The default font and other options can be set in config.h (in the same
  5. directory as the SlackBuild). To do this, extract config.def.h from
  6. the source, copy it to config.h, and edit.
  7. The key layouts are set with the environment variable LAYOUTS, which
  8. can be set to a space-separated list of one or more of:
  9. mobile-intl - Multilayer international (QWERTY)
  10. mobule-plain - Two-layered international (QWERTY)
  11. mobile-simple - Two-layered minimalistic (QWERTY)
  12. arrows - Arrow keys only
  13. en - English (QWERTY)
  14. de - German (QWERTZ)
  15. ru - Russian (Cyrillic)
  16. sh - Slavic (QWERTZ)
  17. all - All of the above
  18. Default value for LAYOUTS is "en mobile-intl".
  19. The package will contain binaries for each layout (e.g. svkbd-en,
  20. svkbd-ru) in /usr/bin. The first layout listed in LAYOUTS (or svkbd-en
  21. if LAYOUTS="all") will also be symlinked to /usr/bin/svkbd.