Tuesday, November 25, 2008

Mythbuntu MythTV MCE remote back button

Mythbuntu does not have the back button configured on the original MCE remote.  To remedy this, edit ~/.lirc/mythtv

Search for button = back and modify the config line so it says "config = Escape".  If you don't find the back button in the file, then just add:

 begin
    remote = mceusb
    prog = mythtv
    button = Back
    config = Escape
    repeat = 0
    delay = 0
end

No comments: