# ~/.mythtv/lircrc # # MythTV native LIRC config file for # the 45 key remote # # By Jason McMillon, 2005/08/09 # edited 2005/08/20 to add xine and a power button # Nav Up begin prog = mythtv button = UP repeat = 3 config = Up end # Nav Down begin prog = mythtv button = DOWN repeat = 3 config = Down end # OK/Select begin prog = mythtv button = OK config = Space end # Play begin prog = mythtv button = PLAY config = Return end # Stop begin prog = mythtv button = STOP config = Esc end # Escape/Exit/Back begin prog = mythtv button = EXIT config = Esc end # left begin prog = mythtv button = LEFT config = Left end # Pause begin prog = mythtv button = PAUSE repeat = 3 config = P end # right begin prog = mythtv button = RIGHT repeat = 3 config = Right end # Fast forward (30 sec default) begin prog = mythtv button = >>| repeat = 3 config = Right end # Rewind (10 sec default) begin prog = mythtv button = |<< repeat = 3 config = Left end # Fast forward begin prog = mythtv button = >> config = > end # Rewind begin prog = mythtv button = << config = < end # Channel up (page up) begin prog = mythtv button = CH_UP config = PgUp end # Channel down (page dn) begin prog = mythtv button = CH_DOWN config = PgDown end # Record begin prog = mythtv button = RECORD repeat = 3 config = R end # Previous channel begin prog = mythtv # NON-AVAILABLE BUTTON, USED RED button = RED repeat = 3 config = H end # OSD browse begin prog = mythtv button = MENU repeat = 3 config = S end # Display EPG while in live TV, # View selected show while in EPG begin prog = mythtv # NON-AVAILABLE BUTTON, USED GREEN button = GREEN repeat = 3 config = M end # PIP #begin #prog = mythtv #button = YELLOW #repeat = 3 #config = V #end # Swap PIP #begin #prog = mythtv #button = yellow #repeat = 3 #config = N #end # Commericial skip begin prog = mythtv # NON-AVAILABLE BUTTON, USED YELLOW button = YELLOW repeat = 3 config = Z end # Bring up OSD info begin prog = mythtv # NON-AVAILABLE BUTTON, USED BLUE button = BLUE repeat = 3 config = I end # Numbers 0-9 begin prog = mythtv button = 0 repeat = 3 config = 0 end begin prog = mythtv button = 1 repeat = 3 config = 1 end begin prog = mythtv button = 2 repeat = 3 config = 2 end begin prog = mythtv button = 3 repeat = 3 config = 3 end begin prog = mythtv button = 4 repeat = 3 config = 4 end begin prog = mythtv button = 5 repeat = 3 config = 5 end begin prog = mythtv button = 6 repeat = 3 config = 6 end begin prog = mythtv button = 7 repeat = 3 config = 7 end begin prog = mythtv button = 8 repeat = 3 config = 8 end begin prog = mythtv button = 9 repeat = 3 config = 9 end # Power Button begin prog = irexec button = POWER repeat = 4 config = /usr/local/bin/mythpowerbutton.sh end