tb2097 / wacom-gui

Python/PyQt Wacom GUI for KDE
GNU General Public License v3.0
130 stars 35 forks source link

Disable/Enable all buttons? #37

Open jcpearson opened 4 years ago

jcpearson commented 4 years ago

Version 0.2.x had a 'Disable Buttons' toggle to disable/enable all pad buttons - could this be added to v0.3.x as well?

tb2097 commented 4 years ago

This should be relatively easy to add in, at least for a basic button. Clicking "disable" to disable everything and clicking "set defaults" will be easy to do, however a toggle between configured settings and disabled will be more difficult to manage based on how the UI works... I'll have to ponder on that further. I'll include the basic version in the next release.