# lircrc.example.HauppaugeGrey-nativelirc # 2003-09-17, Robert Kulagowski # mailto:rkulagow@rocketmail.com # Save this file in ~/.mythtv/lircrc begin prog = irexec button = Eject repeat = 0 config = eject /dev/hdc end begin prog = mythtv button = AppExit config = Esc end #begin # prog = mythtv # button = Eject # config = Eject #end begin prog = mythtv button = Bookmark config = ? end begin prog = mythtv button = Ch+ config = / end begin prog = mythtv button = MultiMon config = I end begin prog = mythtv button = ConfigRatio config = W end #begin # prog = mythtv # button = MultiMon ## Swap the PiP windows # config = N #end begin prog = mythtv button = 1 config = 1 end begin prog = mythtv button = 2 config = 2 end begin prog = mythtv button = 3 config = 3 end begin prog = mythtv button = 4 config = 4 end begin prog = mythtv button = 5 config = 5 end begin prog = mythtv button = 6 config = 6 end begin prog = mythtv button = 7 config = 7 end begin prog = mythtv button = 8 config = 8 end begin prog = mythtv button = 9 config = 9 end begin prog = mythtv button = Backspace config = Esc end begin prog = mythtv button = 0 config = 0 end begin prog = mythtv button = Menu config = M end # Below are keys used with the Hauppauge Grey remote begin prog = mythtv # This is the Red key # We'll use it for "Delete" button = Red config = D end begin prog = mythtv # This is the Green key # We'll use it for "Information" button = Green config = I end # Note the "repeat =" strings in the volume and channel. # This means that if you hold down the key, every nth instance will be # passed. This depends on your system, so you may want to increase or # decrease this and see what happens. repeat = 1 is probably too # fast. begin prog = mythtv button = Vol- repeat = 3 config = F10 end begin prog = mythtv button = Vol+ repeat = 3 config = F11 end begin prog = mythtv button = up repeat = 4 delay = 10 config = Up end begin prog = mythtv button = down repeat = 4 delay = 10 config = Down end begin prog = mythtv button = left repeat = 4 delay = 10 config = Left end begin prog = mythtv button = right repeat = 4 delay = 10 config = Right end begin prog = mythtv # Middle button on the diamond button = SelectSpace config = Return end begin prog = mythtv button = Mute config = F9 end begin prog = mythtv # Change focus for PiP (to change channel in the other window) button = TaskSwitcher config = B end begin prog = mythtv # Toggle PiP on/off button = FullScreen config = V end begin prog = mythtv button = Rewind config = Left end begin prog = mythtv button = Play config = P end begin prog = mythtv button = FastForward config = Right end begin prog = mythtv button = Record config = R end begin prog = mythtv # Teletext button = Stop config = T end begin prog = mythtv button = pause config = P end begin prog = mythtv button = PrevChapter # Use for backwards commercial skip config = Q end begin prog = mythtv button = NextChapter # Use for forward commercial skip config = Z end ##zsnes #begin # prog = irxevent # button = AppExit ## config = Key Escape xev # config = Key q zsnes ## config = Esc #end #mame begin prog = xmame button = AppExit config = quit end #MPlayer begin prog = mplayer button = AppExit config = quit end begin prog = mplayer button = MENU config = osd end begin prog = mplayer button = Rewind config = seek -10 repeat = 1 end begin prog = mplayer button = FastForward config = seek +10 repeat = 1 end begin prog = mplayer button = PrevChapter config = seek -60 repeat = 1 end begin prog = mplayer button = NextChapter config = seek +60 repeat = 1 end begin prog = mplayer button = Pause config = pause end begin prog = mplayer button = Play config = pause end begin prog = mplayer button = AppExit config = quit end begin prog = mplayer button = VOL+ config = volume +1 repeat = 1 end begin prog = mplayer button = VOL- config = volume -1 repeat = 1 end begin prog=mplayer button=Mute config=mute end ##XINE begin prog = xine button = PLAY repeat = 3 config = Play end begin prog = xine button = Eject repeat = 3 config = Eject end begin prog = xine button = STOP repeat = 3 config = Stop end begin prog = xine button = APPEXIT config = Quit end begin prog = xine button = PAUSE repeat = 3 config = Pause end begin prog = xine button = Up repeat = 4 config = EventUp end begin prog = xine button = Down repeat = 4 config = EventDown end begin prog = xine button = Left repeat = 4 config = EventLeft end begin prog = xine button = Right repeat = 4 config = EventRight end begin prog = xine button = SELECTSPACE repeat = 0 config = EventSelect end begin prog = xine button = MENU repeat = 0 config = Menu end begin prog = xine button = LANGUAGE repeat = 0 config = AudioMenu end begin prog = xine button = CAPTION repeat = 0 config = SubPictureMenu end #vol down begin prog = xine button = Vol- repeat = 1 config = Volume- end #vol up begin prog = xine button = Vol+ repeat = 1 config = Volume+ end begin prog = xine button = FASTFORWARD repeat = 2 config = SeekRelative+30 end begin prog = xine button = REWIND repeat = 2 config = SeekRelative-30 end #ch up begin prog = xine button = Green repeat = 1 config = SeekRelative+60 end #ch down begin prog = xine button = Blue repeat = 1 config = SeekRelative-60 end #sleep begin prog = xine button = GO repeat = 1 config = ZoomIn end #display begin prog = xine button = SKIP repeat = 1 config = ZoomOut end #skip chapter forward begin prog = xine button = SKIP repeat = 1 config = EventNext end #skip chapter backward begin prog = xine button = REPLAY repeat = 1 config = EventPrior end