Thanks,
can I display those InputEvents like the according consts: e.g. KEY_F2
When I print this, it looks like the following:
[Device 0 ID 0 Event: Key Unicode: Scan: 16777245 Echo: False ... ]
But I guess I have to write a custom script, where I add stuff to the InputMap and also adding stuff to some Dict, so I can combine it with names, and display it the way I want ..
Thanks anyway ;)