# .lircrc key bindings # # Suggested remote key bindings for MythTV Version .8 and up # # 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 begin prog = irxevent button = MUTE config = Key P 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 = OFF 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 prog = irxevent button = BLANK config = Key D CurrentWindow end # Turns on 'Browse' mode to allow scrolling OSD data while staying on current 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 prog = irxevent button = YELLOW config = Key M CurrentWindow end # Toggles Full Screen Mode begin prog = irxevent button = FULL config = Key F CurrentWindow end # Fast forward (default in Myth is 10 minute segment) begin prog = irxevent button = SKIP config = Key Page_Up CurrentWindow end # Rewind (default in Muth is 10 minute segment) begin prog = irxevent button = REPLAY config = Key Page_Down 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 = REW repeat = 3 config = Key Left CurrentWindow end # Fast Forward (default in Myth is 30 seconds) begin prog = irxevent button = FFW 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