# # the following keys are unused: # sleep # freeze # guide # enter # plus100 # begin prog = mythtv # button = exit button = Back/Exit config = Esc end #Add: begin prog = mythtv # button = exit button = Stop config = Esc end #Add: begin prog = mythtv # button = exit button = Power config = Esc end begin prog = mythtv button = tvvideo config = C end begin prog = mythtv button = swap config = X end begin prog = mythtv # button = one button = 1 config = 1 end begin prog = mythtv # button = two button = 2 config = 2 end begin prog = mythtv # button = three button = 3 config = 3 end begin prog = mythtv # button = four button = 4 config = 4 end begin prog = mythtv # button = five button = 5 config = 5 end begin prog = mythtv # button = six button = 6 config = 6 end begin prog = mythtv # button = seven button = 7 config = 7 end begin prog = mythtv # button = eight button = 8 config = 8 end begin prog = mythtv # button = nine button = 9 config = 9 end begin prog = mythtv # button = zero button = 0 config = 0 end begin prog = mythtv button = menu config = M end begin prog = mythtv button = move config = D end begin prog = mythtv button = info config = I end begin prog = mythtv # button = voldown button = Vol- repeat = 5 # config = [ config = Left end begin prog = mythtv # button = volup button = Vol+ repeat = 5 # config = ] config = Right end begin prog = mythtv # button = chanup button = CH+ repeat = 5 config = Up # button = Ch+ ## This is the "up" on the central diamond # repeat = 3 # config = Up end begin prog = mythtv # button = chandown button = CH- repeat = 5 config = Down end begin prog = mythtv # button = left button = Rewind repeat = 5 config = Left end begin prog = mythtv button = right repeat = 5 config = Right end begin prog = mythtv button = up repeat = 5 config = Up end begin prog = mythtv button = down repeat = 5 config = Down end begin prog = mythtv # button = select button = Ok config = Return end begin prog = mythtv button = mute # config = | config = F9 end begin prog = mythtv button = last config = H end begin prog = mythtv button = pip config = V end begin prog = mythtv button = play # config = P config = Space end begin prog = mythtv button = record config = R end begin prog = mythtv button = stop config = T end begin prog = mythtv button = pause config = P #added: repeat = 4 end begin prog = mythtv # button = rewind button = Replay config = Q end begin prog = mythtv # button = ffrwd button = Skip config = Z end # Added: begin remote = hauppauge_pvr prog = mythtv button = Red repeat = 4 config = R end # Added: begin remote = hauppauge_pvr prog = mythtv button = Green repeat = 4 config = G end # Added: begin remote = hauppauge_pvr prog = mythtv button = Yellow repeat = 4 config = Y end # Added: begin remote = hauppauge_pvr prog = mythtv button = Blue repeat = 4 config = B end # # from # http://www.digitalinsomniac.net/di/Main?action=viewPage§ionName=htpc&pageName=building100504 # begin remote = hauppauge_pvr button = Pause prog = mplayer repeat = 3 config = Pause end begin remote = hauppauge_pvr button = Play prog = mplayer repeat = 3 config = seek + 1 end begin remote = hauppauge_pvr button = Stop prog = mplayer repeat = 3 config = Quit end begin remote = hauppauge_pvr prog = mplayer button = MUTE repeat = 3 config = mute end begin remote = hauppauge_pvr prog = mplayer button = Rewind repeat = 3 config = seek -10 end begin remote = hauppauge_pvr prog = mplayer button = Forward repeat = 3 config = seek +30 end