#----Begin ~/.lircrc contents---- # May 19, 2003 - JAC - rev .1 # # .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 # Volume Down begin prog = irxevent button = VOL- repeat = 3 config = Key Left CurrentWindow end # Volume Up begin prog = irxevent button = VOL+ repeat = 3 config = Key Right CurrentWindow end # OK/Select begin prog = irxevent button = OK repeat = 3 config = Key Return 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 R CurrentWindow end # Mute Audio begin prog = irxevent button = MUTE config = Key Shift-bar CurrentWindow end # Pause Playback 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 # button = POWER config = Key Escape CurrentWindow end # Also "Stop" for movie playback begin prog = irxevent button = STOP 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 # RED == Toggle Active PiP Window begin prog = irxevent button = RED config = Key B CurrentWindow end # Green == Swap PiP channels begin prog = irxevent button = GREEN config = Key N CurrentWindow end # Displays EPG when watching Live TV begin prog = irxevent button = MENU config = Key M CurrentWindow end # Yellow to slow down begin prog = irxevent button = YELLOW config = Key J CurrentWindow end # Blue to speed up begin prog = irxevent button = BLUE config = Key U CurrentWindow end # Toggles Full Screen Mode begin prog = irxevent button = FULL config = Key V CurrentWindow end # Rewind begin prog = irxevent button = REWIND config = Key less CurrentWindow end # Fast Forward begin prog = irxevent button = FORWARD config = Key greater CurrentWindow end # Skip forward (default in Myth is 10 minute segment) begin prog = irxevent button = SKIP config = Key Page_Down CurrentWindow end # Replay backwards (default in Muth is 10 minute segment) begin prog = irxevent button = REPLAY config = Key Page_Up 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 # 'I' Brings up OSD (this will auto-fade after a few seconds unlike GREEN which reqs ESC to exit) # 'O' 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 = GO config = Key O 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