This is about the system tray item that indicates when Caps Lock or Num Lock are pressed. If we press both Caps and Num Lock (in any order), it simply shows the icon for Caps Lock. Ideally, it would either show a separate icon in the system tray for each key, or there would be some other way to show that multiple locks are active.
*** Bug 468079 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/799
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/800
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/410
Git commit f979b2866bec635b602b7e494b02fe57aaed6f8f by Nate Graham, on behalf of Donald Menig. Committed on 21/06/2023 at 10:31. Pushed by ngraham into branch 'master'. Add input combination icon to represent multiple lock keys being active i.e., Capslock + Numlock. There are no other icons that represent this state. The keyboardindicator applet will depend on this new input-combo-icon upon merge of https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/410 for Plasma 6. M +- -- src/desktoptheme/breeze/icons/input.svg https://invent.kde.org/frameworks/plasma-framework/-/commit/f979b2866bec635b602b7e494b02fe57aaed6f8f
Git commit c82fb2e83f083f9746222e3eb071f0ae70e7bb42 by Nate Graham, on behalf of Donald Menig. Committed on 27/06/2023 at 21:55. Pushed by ngraham into branch 'master'. applets/keyboardindicator: also indicate CapsLock + NumLock condition The keyboardindicator applet always returned Capslock when multiple lock keys were on. This commit returns a combo identifier that depends on an icon added in Plasma-framework commit f979b2866bec635b602b7e494b02fe57aaed6f8f. FIXED-IN: 6.0 M +26 -30 applets/keyboardindicator/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/c82fb2e83f083f9746222e3eb071f0ae70e7bb42