# StreamZap Remote # 'config' must either be a literal key, e.g. 'config = l' or must # refer to a defined key in MythTV, e.g. 'config = PLAY' begin prog = mythtv button = 0 config = 0 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 = POWER config = Esc end begin prog = mythtv button = MUTE config = F9 end begin prog = mythtv button = CH_UP repeat = 3 config = Up end begin prog = mythtv button = VOL_UP repeat = 3 config = ] end begin prog = mythtv button = CH_DOWN repeat = 3 config = Down end begin prog = mythtv button = VOL_DOWN repeat = 3 config = [ end begin prog = mythtv button = UP repeat = 3 config = Up end begin prog = mythtv button = LEFT # navigates, or skips back during playback or live tv. config = Left end begin prog = mythtv button = OK config = Return end begin prog = mythtv button = RIGHT # navigates, or skips forwards during playback or live tv. config = Right end begin prog = mythtv button = DOWN repeat = 3 config = Down end begin prog = mythtv button = MENU config = m end begin prog = mythtv button = EXIT config = Esc end begin prog = mythtv button = PLAY config = l end begin prog = mythtv button = PAUSE config = p end begin prog = mythtv button = STOP config = Esc end begin prog = mythtv # skip backward button = |<< config = PgUp end begin prog = mythtv # skip forward button = >>| config = PgDown end begin prog = mythtv button = RECORD config = r end begin prog = mythtv # rewind button = << config = < end begin prog = mythtv # fast forward button = >> config = > end begin prog = mythtv button = RED # Delete config = d end begin prog = mythtv button = GREEN # Info config = i end begin prog = mythtv button = YELLOW # change aspect ratio config = w end begin prog = mythtv button = BLUE config = Tab end # MPLAYER begin prog = mplayer button = POWER config = quit end begin prog = mplayer button = MUTE config = mute end begin prog = mplayer button = VOL_UP repeat = 3 config = volume +1 end begin prog = mplayer button = VOL_DOWN repeat = 3 config = volume -1 end begin prog = mplayer button = UP repeat = 3 config = seek +10 end begin prog = mplayer button = LEFT # navigates, or skips back during playback or live tv. config = seek -60 end begin prog = mplayer button = RIGHT # navigates, or skips forwards during playback or live tv. config = seek +60 end begin prog = mplayer button = DOWN repeat = 3 config = seek -10 end begin prog = mplayer button = EXIT config = quit end begin prog = mplayer button = play config = speed_set 1.0 end begin prog = mplayer button = pause config = pause end begin prog = mplayer button = STOP config = quit end begin prog = mplayer # skip backward button = |<< config = seek -600 end begin prog = mplayer # skip forward button = >>| config = seek +600 end begin prog = mplayer # slow forward button = << config = speed_mult 0.5 end begin prog = mplayer # fast forward button = >> config = speed_mult 2.0 end ## # xine key bindings. ## # start playback begin button = play prog = xine repeat = 0 config = Play end # playback pause toggle begin button = PAUSE prog = xine repeat = 0 config = Pause end # stop playback begin button = stop prog = xine repeat = 0 config = Stop end # increment playback speed begin button = >> prog = xine repeat = 0 config = SpeedFaster end # decrement playback speed begin button = << prog = xine repeat = 0 config = SpeedSlower end # reset playback speed begin button = DOWN prog = xine repeat = 0 config = SpeedReset end # increment audio volume begin button = VOL_UP prog = xine repeat = 0 config = Volume+ end # decrement audio volume begin button = VOL_DOWN prog = xine repeat = 0 config = Volume- end # audio muting toggle begin button = mute prog = xine repeat = 0 config = Mute end # cycle aspect ratio values begin button = YELLOW prog = xine repeat = 0 config = ToggleAspectRatio end # jump to Title Menu begin button = EXIT prog = xine repeat = 0 config = TitleMenu end # jump to Root Menu begin button = MENU prog = xine repeat = 0 config = RootMenu end # menu navigate up begin button = up prog = xine repeat = 0 config = EventUp end # menu navigate down begin button = down prog = xine repeat = 0 config = EventDown end # menu navigate left begin button = left prog = xine repeat = 0 config = EventLeft end # menu navigate right begin button = right prog = xine repeat = 0 config = EventRight end # menu select begin button = OK prog = xine repeat = 0 config = EventSelect end # jump to next chapter begin button = >>| prog = xine repeat = 0 config = EventNext end # jump to previous chapter begin button = |<< prog = xine repeat = 0 config = EventPrior end # select next angle begin button = BLUE prog = xine repeat = 0 config = EventAngleNext end # visibility toggle of stream info window begin button = RED prog = xine repeat = 0 config = StreamInfosShow end # display stream information using OSD begin button = GREEN prog = xine repeat = 0 config = OSDStreamInfos end # enter the number 0 begin button = 0 prog = xine repeat = 0 config = Number0 end # enter the number 1 begin button = 1 prog = xine repeat = 0 config = Number1 end # enter the number 2 begin button = 2 prog = xine repeat = 0 config = Number2 end # enter the number 3 begin button = 3 prog = xine repeat = 0 config = Number3 end # enter the number 4 begin button = 4 prog = xine repeat = 0 config = Number4 end # enter the number 5 begin button = 5 prog = xine repeat = 0 config = Number5 end # enter the number 6 begin button = 6 prog = xine repeat = 0 config = Number6 end # enter the number 7 begin button = 7 prog = xine repeat = 0 config = Number7 end # enter the number 8 begin button = 8 prog = xine repeat = 0 config = Number8 end # enter the number 9 begin button = 9 prog = xine repeat = 0 config = Number9 end # quit the program begin button = power prog = xine repeat = 0 config = Quit end ## # End of xine key bindings. ##