# May 19, 2003 - JAC - rev .1 # # .lircrc key bindings # # Suggested remote key bindings for MythTV Version .8 # # This is for the newer, light grey remote with red/yellow/blue/green keys # that comes with the Hauppauge WinPVR 250 and 350(?) cards # # This file is case sensitive - so keep that in mind. # Channel Up begin prog = irxevent button = Ch+ repeat = 3 config = Key Up CurrentWindow end # Channel Down begin prog = irxevent button = Ch- repeat = 3 config = Key Down CurrentWindow end # OK/Select begin prog = irxevent button = Ok repeat = 3 config = Key space CurrentWindow end # Play key for selecting recordings begin prog = irxevent button = Play repeat = 3 config = Key space CurrentWindow end # Record key for identifying recordings in EPG begin prog = irxevent button = Record repeat = 3 config = Key space CurrentWindow end # Pause playback changed P pause to | mute begin prog = irxevent button = Mute config = Key F9 CurrentWindow end begin prog = irxevent button = Pause config = Key P CurrentWindow end # Escape/Exit/Back begin prog = irxevent button = Back/Exit config = Key Escape CurrentWindow end # Also "Power off" key begin prog = irxevent button = Power config = Key Escape CurrentWindow end # Also "Stop" for movie playback begin prog = irxevent button = Stop config = Key Escape CurrentWindow end # Also "RED", for instinct ;) begin prog = irxevent button = Red config = Key Escape CurrentWindow end # BLANK on VCR key for deleting recordings from playback screen begin changed D to Z load/skip commercials begin prog = irxevent button = Blank config = Key Z CurrentWindow end # Turns on 'Browse' mode to allow scrolling OSD data while staying on urrent channel (use arrows) # Use any ESC key to exit browse mode begin prog = irxevent button = Green config = Key O CurrentWindow end # Blue to record a show seen in browseable OSD begin prog = irxevent button = Blue config = Key R CurrentWindow end # Displays EPG when watching Live TV begin prog = irxevent button = Menu config = Key M CurrentWindow end # Yellow to select and change to the highlighted channel from active EPG (because OK records)begin changed M to X begin prog = irxevent button = Yellow config = Key M CurrentWindow end # Toggles Full Screen Mode changed f Full to / favorite begin prog = irxevent button = Full config = Key slash CurrentWindow end # Fast forward (default in Myth is 10 minute segment) changed Page_Down to > ffw scan begin prog = irxevent button = Skip config = Key greater CurrentWindow end # Rewind (default in Muth is 10 minute segment) changed Page_Up to < rew scan begin prog = irxevent button = Replay config = Key less CurrentWindow end # Scroll Down begin prog = irxevent button = Vol- repeat = 3 config = Key Left CurrentWindow end # Scroll Up begin prog = irxevent button = Vol+ repeat = 3 config = Key Right CurrentWindow end # Rewind (default in Myth is 30 seconds) begin prog = irxevent button = Rewind repeat = 3 config = Key Left CurrentWindow end # Fast Forward (default in Myth is 30 seconds) begin prog = irxevent button = Forward repeat = 3 config = Key Right CurrentWindow end # Bring up OSD (this will auto-fade after a few seconds unlike GREEN which reqs ESC to exit) begin prog = irxevent button = Go config = Key I CurrentWindow end # Numeric key definitions begin prog = irxevent button = 0 config = Key 0 CurrentWindow end begin prog = irxevent button = 1 config = Key 1 CurrentWindow end begin prog = irxevent button = 2 config = Key 2 CurrentWindow end begin prog = irxevent button = 3 config = Key 3 CurrentWindow end begin prog = irxevent button = 4 config = Key 4 CurrentWindow end begin prog = irxevent button = 5 config = Key 5 CurrentWindow end begin prog = irxevent button = 6 config = Key 6 CurrentWindow end begin prog = irxevent button = 7 config = Key 7 CurrentWindow end begin prog = irxevent button = 8 config = Key 8 CurrentWindow end begin prog = irxevent button = 9 config = Key 9 CurrentWindow end