To use LIRC (Linux Infrared Remote Control http://www.lirc.org/) with RadioActive, you can put the following in you ~/.lircrc file.
begin
button = 1
prog = irxevent
config = Key 1 radioactive
end
begin
button = 2
prog = irxevent
config = Key 2 radioactive
end
....
begin
button = MUTE
prog = irxevent
config = Key m radioactive
end
begin
button = POWER
prog = irxevent
config = Key q radioactive
end
This utilizes the irxevent program to send key strokes to RadioActive. Please note that when using the applet mode, `q' closes only the main window.
