mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
|
||
---|---|---|
.. | ||
layouts | ||
AlphaNumKey.cpp | ||
AlphaNumKey.h | ||
ArrowBottomKey.cpp | ||
ArrowBottomKey.h | ||
ArrowLeftKey.cpp | ||
ArrowLeftKey.h | ||
ArrowRightKey.cpp | ||
ArrowRightKey.h | ||
ArrowTopKey.cpp | ||
ArrowTopKey.h | ||
AUTHORS | ||
BackspaceKey.cpp | ||
BackspaceKey.h | ||
BoardKey.cpp | ||
BoardKey.h | ||
CapsKey.cpp | ||
CapsKey.h | ||
CMakeLists.txt | ||
config.ui | ||
COPYING | ||
DualKey.cpp | ||
DualKey.h | ||
EnterKey.cpp | ||
EnterKey.h | ||
FuncKey.cpp | ||
FuncKey.h | ||
Helpers.h | ||
Helpers_fake.cpp | ||
Helpers_x11.cpp | ||
Layout.cpp | ||
Layout.h | ||
Messages.sh | ||
PanelIcon.cpp | ||
PanelIcon.h | ||
plasma_applet_plasmaboard.desktop | ||
README | ||
ShiftKey.cpp | ||
ShiftKey.h | ||
StickyKey.cpp | ||
StickyKey.h | ||
SwitchKey.cpp | ||
SwitchKey.h | ||
TabKey.cpp | ||
TabKey.h | ||
tooltip.cpp | ||
tooltip.h | ||
widget.cpp | ||
widget.h |
Welcome to plasmaboard, a virtual keyboard for your desktop! It is designed especially with touchscreen users in mind. You can use it with KDE 4.4 and above REQUIREMENTS: - You need a working GNU Compiler toolchain. - Cmake - KDE Headers files (kde development packages) - Xlib Header files (X develpment packages) - XTest Extension Header files (X develpment packages) - QT Header files (QT development packages) HOW TO INSTALL In the main directory run - cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` - make - make install/strip (as root or: sudo make install/strip ) KNOWN ISSUES - Plasmaboard does only (!) work when you place it in the panel. You can place it on the desktop but clicking on its buttons will do nothing - When pressing "Alt Gr" the symbols on the keyboard do not adapt. This is an issue with the underlying X-Function, which seems only to do mapping for the shift key correctly. No known solution yet. Despite of that AltGr works as expected - When changing the xkb-modmap, plasmaboard does not adapt automatically. You need to force the relabeling of the keys. Press "Shift" for example - Backspace key does not work in eclipse. Don't know why. If you find other applications in which plasmaboard doesn't work as expected, please report