Hi, I need to check keys pressed in another process. How can I it reach? I'm writing simple utility for linux/debian, which runs video player in process no.1. On background is another process, which will read pressed keys and will interact with the 1st process. Problem is, that it cant be solved thru threads - the player is executed by system() function, which runs new shell. So the my key's reader must be separate process.
Thank very much for your help,
Perun