################### # mplayer buttons ################### begin button = VOL+ prog = mplayer config = volume 1 repeat = 1 end begin button = VOL- prog = mplayer config = volume -1 repeat = 1 end begin button = MUTE prog = mplayer config = pause end begin button = CH+ prog = mplayer config = pt_step 1 end begin button = CH- prog = mplayer config = pt_step -1 end begin button = FULL_SCREEN prog = mplayer config = vo_fullscreen end begin button = 1 prog = mplayer config = seek -10 end begin button = 4 prog = mplayer config = seek -60 end begin button = 3 prog = mplayer config = seek 10 end begin button = 6 prog = mplayer config = seek 60 end #begin # button = MINIMIZE # prog = mplayer # config = quit #end begin button = 7 prog = mplayer config = audio_delay +0.1 end begin button = 9 prog = mplayer config = audio_delay -0.1 end ####################################### # xine buttons # Visibility toggle of the event sender window. begin button = TV prog = xine repeat = 0 config = EventSenderShow #flags = once mode = navigate end begin button = RADIO prog = xine repeat = 0 config = EventSenderShow #flags = once mode = standardxine end begin standardxine ##################### # Playback pause toggle. begin button = MUTE prog = xine repeat = 0 config = Pause end # Fullscreen toggle. #begin # # button = FULL_SCREEN # prog = xine # repeat = 0 # config = ToggleFullscreen #end # Select and play next mrl in the playlist. begin button = CH+ prog = xine repeat = 0 config = NextMrl end # Select and play previous mrl in the playlist. begin button = CH- prog = xine repeat = 0 config = PriorMrl end # Set position to -30 seconds in current stream. begin button = 4 prog = xine repeat = 0 config = SeekRelative-30 end # Set position to +30 seconds in current stream. begin button = 6 prog = xine repeat = 0 config = SeekRelative+30 end # Set position to -15 seconds in current stream. begin button = 1 prog = xine repeat = 0 config = SeekRelative-15 end # Set position to +15 seconds in current stream. begin button = 3 prog = xine repeat = 0 config = SeekRelative+15 end # Change audio syncing. begin button = 7 prog = xine repeat = 0 config = AudioVideoDecay+ end # Change audio syncing. begin button = 9 prog = xine repeat = 0 config = AudioVideoDecay- end # Increment audio volume. begin button = VOL+ prog = xine repeat = 1 config = Volume+ end # Decrement audio volume. begin button = VOL- prog = xine repeat = 1 flags = quit config = Volume- end # Increment playback speed. begin button = 2 prog = xine repeat = 0 config = SpeedFaster end # Reset playback speed. begin button = 5 prog = xine repeat = 0 config = SpeedReset end # Decrement playback speed. begin button = 8 prog = xine repeat = 0 config = SpeedSlower end # Visibility toggle of the event sender window. begin button = TV prog = xine repeat = 0 config = EventSenderShow flags = mode end # Interlaced mode toggle. begin button = 0 prog = xine repeat = 0 config = ToggleInterleave end end standardxine #####################navigate submenu begin navigate begin button = RADIO prog = xine repeat = 0 config = EventSenderShow flags = mode end # Select a subtitle file #begin # button = 0 # prog = xine # repeat = 0 # config = SubSelector #end # Jump to Menu. begin button = 1 prog = xine repeat = 0 config = Menu end # Jump to Title Menu. begin button = 2 prog = xine repeat = 0 config = TitleMenu end # Jump to Root Menu. begin button = 3 prog = xine repeat = 0 config = RootMenu end # Jump to Subpicture Menu. begin button = 4 prog = xine repeat = 0 config = SubpictureMenu end # Jump to Audio Menu. begin #remote = xxxxx button = 5 prog = xine repeat = 0 config = AudioMenu end # Jump to Angle Menu. begin #remote = xxxxx button = 6 prog = xine repeat = 0 config = AngleMenu end # Jump to Part Menu. begin #remote = xxxxx button = 7 prog = xine repeat = 0 config = PartMenu end # Up event. begin #remote = xxxxx button = CH+ prog = xine repeat = 0 config = EventUp end # Down event. begin #remote = xxxxx button = CH- prog = xine repeat = 0 config = EventDown end # Left event. begin #remote = xxxxx button = VOL- prog = xine flags = quit repeat = 0 config = EventLeft end # Right event. begin #remote = xxxxx button = VOL+ prog = xine repeat = 0 config = EventRight end # Previous event. begin #remote = xxxxx button = MUTE prog = xine repeat = 0 config = EventPrior end # Next event. begin #remote = xxxxx button = SOURCE prog = xine repeat = 0 config = EventNext end # Select event. begin #remote = xxxxx button = FULL_SCREEN prog = xine repeat = 0 config = EventSelect end end navigate ## # End of xine key bindings. ##