diff options
author | gregory guy <[email protected]> | 2020-02-12 14:02:24 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-12 23:24:18 +0900 |
commit | c8f152ab7e637d0bf13effdb09d7a095d171948f (patch) | |
tree | 84e399f9eb6d0c966ff79e44e004564b7fd19477 /README | |
parent | 6600b1e14df45104c08f0df8f3a86bd3ea2c91f0 (diff) | |
download | kvkbd-c8f152ab7e637d0bf13effdb09d7a095d171948f.tar.gz kvkbd-c8f152ab7e637d0bf13effdb09d7a095d171948f.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS, TODO and ChangeLog.
Delete empty folder "templates".
Add detection for the XTest library.
Move the kvkbd.desktop file into XDG_APPS_INSTALL_DIR directory, see
TDE/tde#26 .
Some cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 92482b762101fc6e18740ba34ffb688e77ea8cfa)
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ + + kvkbd - A virtual keyboard for TDE. + + +Kvkbd is a nice virtual keyboard. +It contains a systray widget as well as a dockwidget. +The keyboard is resizable, provided with a numeric/cursor pad. + + +Features include: +================= + + * systray + * dockwidget + * numeric pad + * dynamic detection of languages + * Auto font resize + * button repeat + * CSS Color themes + + + CONTRIBUTING +============== + +If you wish to contribute to kvkbd (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |