go-hidproxy icon indicating copy to clipboard operation
go-hidproxy copied to clipboard

Use Status LEDs for CapsLock and NumLock

Open Langohr23 opened this issue 10 months ago • 1 comments

Hello,

I am trying to add, that the Status LEDs of the keyboard will be switched on/off accordingly. Do you have an idea what is wrong in this example:

binary.Write(dev.File, binary.LittleEndian, input_event(evdev.EV_LED, evdev.LED_CAPSL, 1))

Thank you!

Langohr23 avatar Apr 21 '24 09:04 Langohr23