jonaskohl / CapsLockIndicator

A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
https://cli.jonaskohl.de/
Apache License 2.0
331 stars 42 forks source link

Feature Request : Customized Displayed String #121

Closed LetterTung closed 2 years ago

LetterTung commented 2 years ago

Hi there, It's really a great project for me to optimize my experience when I'm coding. Generally, I set the "display time" to permanent, then there's "Caps lock is off/on" string displayed on my screen. However, if the string can be customized(for example, "A" for caps lock on and "a" for off), no doubt that it will be much more perfect. Thanks and Best Regards.

jonaskohl commented 2 years ago

This is already possible using the customMessageNumOff, customMessageNumOn, customMessageCapsOff, customMessageCapsOn, customMessageScrollOff and customMessageScrollOn settings under Advanced Options

jonaskohl commented 2 years ago

I assume the issue has been resolved, thus I will close this issue now.

LetterTung commented 2 years ago

hello Jonaskohl, Sorry for the late reply. Yes that solved my problem. Thanks so much.