I found my keyboard device id and vendor id, help me get keystrokes. I need to log a key press.
import usb.core dev = usb.core.find(idVendor=0x9da, idProduct=0x9090)
What I need to do next?
2.1m questions
2.1m answers
60 comments
57.0k users