Comment 5 for bug 240336

Revision history for this message
Steven Ellis (steven-openmedia) wrote :

On our myPVR environment we map the Back key to Esc as suggested by the bug reporter

See http://support.openmedia.co.nz/mypvr/support/remote-control-and-custom-key-mappings/ for more details.

The code we use is.

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