In the past, I made a request asking for the implementation of an OSD notification when changing CAPS / NUM states. This, in my opinion, would absolutely still be nice to have, but is not as important because now, the auditive equivalent seems to work by enabling accessibility features (previously broken on Wayland, but now it seems to work on my system). The native Lock Keys Status Plasmoid is pretty bad in my opinion because it doesn't really show both states. When a user enables both CAPS and NUM, there are not even two icons - for me, it even looks like a bug; the icon "merges" into the other when you desire to enable both CAPS and NUM and the same time. By implementing just one tiny change, you could achieve a similar result like GNOME's popular "Lock Keys" extension: Showing the "yes or no" status of the lock state. This is not possible in the current plasmoid. https://github.com/kazysmaster/gnome-shell-extension-lockkeys Thank you very much! *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Unfortunately for technical reasons we cannot display two icons here; System Tray widgets are limited to a square area which only fits a single icon. To do this, we'd need to split it into two widgets — or rather, one widget per locking key. Which I suppose is possible. Let's make the ticket about that.