'Clone input device with python-uniput

How can you clone a device with python-uniput?

I want to clone my keyboard:

  1. read events from keyboard
  2. print them to stdout
  3. re emit the events

Library: http://tjjr.fi/sw/python-uinput/

Later I want to handle the events, but that's not part of this question.

Please leave a comment if you don't understand something in my question :-)

Update

I found a great solution to it: input-remapper. See my small article Ten Flying Fingers (more comfortable touch typing)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source