pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

not getting "raw_data_handler" events with keyboard HID devices

Open jonnytest1 opened this issue 1 year ago • 0 comments

a while back i bought a macro keyboard that acts like a normal keyboard (depending on which keys are programmed) now my idea was to use that as a keyboard independent of the normal keyboard to just program random functonality to

but when i use pywinusb to get the device i dont get any button events

  • to get rid of the button presses triggering some windows stuff i tried with "HID conform device" drivers (either way there is no event triggered)
  • im pretty sure my setup is more or less correct since i do get events from function keys like "volume up/down" (which still causes the windows functionality though)

macro keyboard (https://github.com/jonnytest1/minikeyboard)

jonnytest1 avatar Dec 31 '23 21:12 jonnytest1