Open a shell and go to ~/.lirc/
Create a new file called xe with the following contents:
#xe
begin
remote = mceusb
prog = irexec
button = Back
config = /home/mondo/killxe
mode = irexec
end
Be sure to substitute your remote type, username, and desired button. Next, edit ~/.lircrc and add
include ~/.lirc/xe
Create ~/killxe with the following contents:
killall -9 xekillall -9 irexec
Do
chmod +x ~/killxe
Edit your emulator startup command inside mythtv. Add
irexec&;
before your existing command.
1 comment:
sweet, Ive been looking for something like this... I really appreciate it..
Post a Comment