I /think/ you want to change the checkbox to monitor activeFocus rather
than focus to show the correct highlight.
i.e in.
plasma/declarativeimports/plasmacomponents/qml/Private/DualStateButton.qml
change
line 79.
-state: (dualButton.enabled && (dualButton.focus ||
mouseArea.containsMouse)
Hi,
I'm currently trying to improve (implement at all) keyboard navigation for the
battery monitor. It works quite well except that the sliders don't have any
visual "has focus" indication.
What also gives me trouble is the checkbox.
I have code that looks like
FocusScope {
id: brightnessI