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
336 stars 41 forks source link

Fn lock status & round border #108

Closed CarloHD closed 1 year ago

CarloHD commented 2 years ago

thks anyway for your little must usefull app

jonaskohl commented 2 years ago

The problem with FN lock is the fact that there is no standardized way of querying the state of the FN lock, as all vendors implement it differently, with some going as far as having it baked into the keyboard's firmware. That sadly means that this is not really feasible or possible to implement.

The rounded corners are something I might look into, at least for Windows 11. This might be a challenge though, as Win32 windows are not really meant to handle transparency well. But I'll see what I can do.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.