go-hidproxy
go-hidproxy copied to clipboard
Use Status LEDs for CapsLock and NumLock
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!