System64fumo / syshud

Simple heads up display written in gtkmm 4
Do What The F*ck You Want To Public License
51 stars 1 forks source link

support for stuff like num lock and caps lock? #9

Closed littleblack111 closed 1 month ago

System64fumo commented 1 month ago

Sure why not. I'll take a look tomorrow when i get time, Great suggestion!

littleblack111 commented 1 month ago

ty!

System64fumo commented 1 month ago

@littleblack111 I'm done cooking, Let me know if this is what you were looking for.

Things to note: It's disabled by default so you will need to add "keyboard" to your monitors in your config You will also need to add the keyboard=/dev/input/by-id/path-to-kbd config too You're likely gonna want to wait if you want to enable this on portable devices since the current implementation is quite yucky (Check the keyboard state every 100ms)

My keyboard doesn't have scroll lock so i can't really test that, Should work just fine though :|

littleblack111 commented 1 month ago

sry, just seen it. nice!