This little demo C program looks for the IR input device,
parses the IR output and can start any application on any remote key press
or release.
Compile with gcc -o test50 test50.c
I have added a start xterm, a start firefox, and a kill firefox
as example.
add your own as needed.
Have fun:-)
tes
On Fri, 10 Feb 2012 08:34:49 -0800 (PST)
Jan Panteltje wrote:
> I recently bought a Terratec cinergy S2 USB HD receiver.
> I got everything working just fine in Linux and get excellent
> reception.
> This thing came with a small remote controller, and I notice
> that the output of this remote a
I recently bought a Terratec cinergy S2 USB HD receiver.
I got everything working just fine in Linux and get excellent
reception.
This thing came with a small remote controller, and I notice
that the output of this remote appears as ASCII characters on stdin,
on any terminal that I open...
Wrote