https://bugs.kde.org/show_bug.cgi?id=426656
--- Comment #7 from David Redondo <k...@david-redondo.de> --- Git commit 820dc0a553e50cc4560733d43fca2674a61d43b3 by David Redondo. Committed on 24/01/2022 at 13:23. Pushed by davidre into branch 'master'. Introduce StandardShortcutWatcher to watch for runtime changes 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. M +1 -0 autotests/CMakeLists.txt A +63 -0 autotests/kstandardshortcutwatchertest.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.0)] M +3 -0 src/gui/CMakeLists.txt M +7 -3 src/gui/kstandardshortcut.cpp A +20 -0 src/gui/kstandardshortcut_p.h [License: LGPL(v2.0+)] A +46 -0 src/gui/kstandardshortcutwatcher.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.0)] A +54 -0 src/gui/kstandardshortcutwatcher.h [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.0)] https://invent.kde.org/frameworks/kconfig/commit/820dc0a553e50cc4560733d43fca2674a61d43b3 -- You are receiving this mail because: You are watching all bug changes.