PlasmaZones 1.15.12
1 change, released March 8, 2026.
Fixed
- Global shortcuts broken after v1.15.9/v1.15.10 (fixes #200): Reverted async D-Bus shortcut registration (v1.15.10) and deferred batching (v1.15.9) which left the KGlobalAccel component inactive, preventing all shortcut dispatch. Restored direct
KGlobalAccel::setGlobalShortcut()calls which properly register actions and set up key grabs through the official API.