Show message on LockScreen if SlowKeys are enabled
If a user has enbled the SlowKeys filter in Accessibility settings, show this in the lock screen. This is similar to CapsLock being enabled, as it might be very confusing for a user that forgot about SlowKeys.
Depends On: plasma-workspace!6626 (merged)
I've decided not to include the feedback from !3660 (closed) . I could not continue that MR as I failed to push to that branch again (I'm new to git, it's most likely something I've done wrong in my setup, sorry!)
Reason for not including the feedback: There's currently three potential messages that could be shown: CapsLock Enabled, SlowKeys Enabled, and "root notification" (which I'm not quite sure what they are). Having something along the line of "CapsLock and SlowKeys are enabled" as suggested would potentially become quite complicated, if we also show more message, e.g. "Bounce Keys Enabled". This would lead to quite some possible combinations, blowing up the code and having multiple strings to translate.
I'm open to boldening parts of the string (e.g. CapsLock or SlowKeys etc.), though the root.notifications are probably not bold ?
| After | Before |
|---|---|
![]() |
![]() |

