
mouseswap-kf5
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Quick change between left/right hand mouse.
This is a QML version/port to KDE5 of http://kde-look.org/content/show.php/mouse-swap?content=161884
Usage: click on the plasmoid icon with the right or left mouse button to set it as the primary button.
Dependencies to build on Fedora 26:
dnf install qt5-qtbase-devel qt5-qtdeclarative-devel kf5-plasma-devel kf5-kdelibs4support-devel extra-cmake-modules gcc-c++
Install:
Since it contains a plugin, it must be build first.
# tar -xjf mouseswap-kf5.tar.bz2
# cd mouseswap-kf5
# mkdir build
# cd build
# cmake ..
# make
# sudo make install
The widget will appear in the system tray.
Alternatively it can be put into desktop or panel via 'Add Widgets'.
replace png with svg 2 years ago
Add imaged in svg so they scale.
replace png with svg 2 years ago
Add imaged in svg so they scale.
disable popup 2 years ago
The popup when clicked in systemtray has been disabled as does not make sense.
bugfix 2 years ago
Rework on qml so it does not consume 100% of plasmashell when added into systray.
4 years ago
0.1 - Initial version
floorek
1 year ago
Report