Skip to content

Introduce StandardShortcutWatcher to watch for runtime changes

David Redondo requested to merge work/shortcutchanges into master

Currently an application needs to be restarted before it can see any changes made to the standard shortcut configuration. To notify about changes a new class is introduced that looks for those changes using KConfigWatcher and also updates the global map. CCBUG:426656

Merge request reports