I know there has been a few topics similar to this one, they don't ask exactly the same question and their answers are not what I need. I will try to explain briefly my situation.
I have two keyboards, one is standard USB keyboard (HID), the other is a GPIO keyboard. There are keys commonly reported by both keyboards but I need to take different actions in my Qt application depending on by which keyboard the key was pressed.
At this moment both keyboards work fine at the same time, but I just can't find a way to identify from which keyboard comes the pressed key.
Is this even possible? I'm, using Qt 4.8.5 and I can recompile it in case it is needed to accomplish what I need.
Any help, hint, tip will be highly appreciated.
Thank you for the help,
William