begin prog = mythtv button = UP config = Up end begin prog = mythtv button = DOWN config = Down end begin prog = mythtv button = LEFT config = Left end begin prog = mythtv button = RIGHT config = Right end begin prog = mythtv button = DVD config = Esc end begin prog = mythtv button = Go # 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 = 0 config = 0 end begin prog = mythtv button = TV config = Esc end begin prog = mythtv button = VIDEO 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 # This is the Yellow key # Use it as a volume key button = VOLUMEDOWN repeat = 3 config = F10 end begin prog = mythtv # This is the Blue key # Use it as a volume key button = VOLUMEUP repeat = 3 config = F11 end begin prog = mythtv button = CHANNELUP # This is the "up" on the central diamond repeat = 3 config = Up end begin prog = mythtv button = CHANNELDOWN # This is the "down" on the central diamond repeat = 3 config = Down end begin prog = mythtv button = VOLUMEUP # This is the "left" on the central diamond repeat = 3 config = Right end begin prog = mythtv button = VOLUMEDOWN # This is the "right" on the central diamond repeat = 3 config = Left end begin prog = mythtv # Middle button on the diamond button = OK config = Return end begin prog = mythtv button = MUTE config = | end begin prog = mythtv # Change focus for PiP (to change channel in the other window) button = Blank config = B end begin prog = mythtv # Toggle PiP on/off button = Full config = V end begin prog = mythtv button = REWIND config = < end begin prog = mythtv button = PLAY config = P end begin prog = mythtv button = FORWARD config = > end begin prog = mythtv button = RECORD config = R end begin prog = mythtv # Teletext button = STOP config = T end begin prog = mythtv button = PLAYPAUSE config = P end begin prog = mythtv button = Replay # Use for backwards commercial skip config = Q end begin prog = mythtv button = Skip # Use for forward commercial skip config = Z end #MPlayer begin prog = mplayer button = VIDEO config = quit end begin prog = mplayer button = SETUP config = osd end begin prog = mplayer button = REWIND config = seek -10 repeat = 1 end begin prog = mplayer button = FOWARD config = seek +10 repeat = 1 end begin prog = mplayer button = PREVIOUS config = seek -60 repeat = 1 end begin prog = mplayer button = NEXT config = seek +60 repeat = 1 end begin prog = mplayer button = PLAYPAUSE config = pause end begin prog = mplayer button = PLAYPAUSE config = pause end begin prog = mplayer button = VIDEO config = quit end begin prog = mplayer button = VOLUMEUP config = volume +1 repeat = 1 end begin prog = mplayer button = VOLUMEDOWN 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 = STOP repeat = 3 config = Stop end begin prog = xine button = BACK/EXIT config = Quit end begin prog = xine button = PAUSE repeat = 3 config = Pause end begin prog = xine button = CH+ repeat = 4 config = EventUp end begin prog = xine button = CH- repeat = 4 config = EventDown end begin prog = xine button = VOL- repeat = 4 config = Volume- end begin prog = xine button = VOL+ repeat = 4 config = Volume+ end begin prog = xine button = OK repeat = 0 config = EventSelect end begin prog = xine button = MENU repeat = 0 config = Menu end #vol down begin prog = xine button = YELLOW repeat = 1 config = EventLeft end #vol up begin prog = xine button = Red repeat = 1 config = EventRight end begin prog = xine button = FFW repeat = 2 config = SeekRelative+30 end begin prog = xine button = REW 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