begin prog = mythtv button = GO config = I end begin prog = mythtv button = POWER config = Esc end begin prog = mythtv button = UP config = Up repeat = 1 end begin prog = mythtv button = DOWN config = Down repeat = 1 end begin prog = mythtv button = LEFT config = Left repeat = 1 end begin prog = mythtv button = RIGHT config = Right repeat = 1 end begin prog = mythtv button = OK config = Return end begin prog = mythtv button = BACK_EXIT config = Esc end begin prog = mythtv button = MENU config = M end begin prog = mythtv button = MUTE config = F9 end begin prog = mythtv button = CH+ config = Up repeat = 1 end begin prog = mythtv button = CH- config = Down repeat = 1 end begin prog = mythtv button = REC config = R end begin prog = mythtv button = STOP config = T end begin prog = mythtv button = REWIND config = PgUp repeat = 3 end begin prog = mythtv button = FORWARD config = PgDown repeat = 3 end begin prog = mythtv button = PLAY config = P end begin prog = mythtv button = PREVIOUS config = Q end begin prog = mythtv button = NEXT config = Z end begin prog = mythtv button = PAUSE config = P end begin prog = mythtv button = 1 config = 1 end begin prog = mythtv button = 2 config = 2 end begin prog = mythtv button = 3 config = 3 end begin prog = mythtv button = 4 config = 4 end begin prog = mythtv button = 5 config = 5 end begin prog = mythtv button = 6 config = 6 end begin prog = mythtv button = 7 config = 7 end begin prog = mythtv button = 8 config = 8 end begin prog = mythtv button = 9 config = 9 end begin prog = mythtv button = ASTERISK config = F10 repeat = 3 end begin prog = mythtv button = 0 config = 0 end begin prog = mythtv button = NUMBER config = F11 repeat = 3 end begin prog = mythtv button = RED config = D end begin prog = mythtv button = GREEN config = I end begin prog = mplayer button = GO config = osd end begin prog = mplayer button = POWER config = quit end begin prog = mplayer button = MUTE config = mute end begin prog = mplayer button = STOP config = quit end begin prog = mplayer button = REWIND config = seek -60 repeat = 3 end begin prog = mplayer button = FORWARD config = seek +60 repeat = 3 end begin prog = mplayer button = PLAY config = play end begin prog = mplayer button = PREVIOUS config = seek -10 repeat = 1 end begin prog = mplayer button = NEXT config = seek +10 repeat = 1 end begin prog = mplayer button = PAUSE config = pause end begin prog = mplayer button = ASTERISK config = volume -3 repeat = 1 end begin prog = mplayer button = NUMBER config = volume +1 repeat = 1 end