I want to connect a bluetooth keyboard to my computer but I don't want to use it as a normal HID device (so if i press keys the characters don't get typed). Is it possible to see in Python which keys are pressed exactly?
(I want to assign functions to each key)
I'm on Ubuntu and I'm using Python 3. EDIT: Going to device -> Info -> UUIDs shows this:
00001000-0000-1000-8000-00805f9b34fb ServiceDiscoveryServerServiceClassID 00001124-0000-1000-8000-00805f9b34fb Human Interface Device Service (HID) 00001200-0000-1000-8000-00805f9b34fb PnP Information
So I think it is a HID keyboard.