Skip to content

kcms/tabbox: Highlight non-default shortcuts

Ismael Asensio requested to merge work/iasensio/highlight-tabbox-shorcuts into master

This sets the property on the shortcut widgets when they should get highlighted: the option is selected in System Settings and the shortcut is not the default.

tabbox_keys_highlight

NOTE: This doesn't affect the global "non-default dot" for the KCM on the SySe sidebar. That uses a different codepath without even loading the KCM (just its KCModuleData). The code of this KCM is now a bit old and unorthodox so there's no direct way to do it without some extra refactoring.

CCBUG: 459318

Edited by Ismael Asensio

Merge request reports