################### # 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. ## ################################################################### # Begin of xmms key bindings. ## begin button = 3 prog = xmms config = next end begin button = 2 prog = xmms config = play end begin button = 1 prog = xmms config = prev end begin button = MUTE prog = xmms config = pause end begin button = 0 prog = xmms config = SAYTITLE end begin button = 9 prog = xmms config = stop end begin button = FWD prog = xmms config = fwd 3 end begin button = BWD prog = xmms config = bwd 3 end #begin # button = REPEAT # prog = xmms # config = repeat #end begin button = EDIT mode = nobounce end begin nobounce begin button = FWD prog = xmms config = fwd 3 flags = mode end begin button = BWD prog = xmms config = bwd 3 flags = mode end begin button = NEXT prog = xmms config = next flags = mode end begin button = PLAY prog = xmms config = play flags = mode end begin button = PREV prog = xmms config = prev flags = mode end begin button = DIRECT prog = xmms config = pause flags = mode end begin button = STOP prog = xmms config = stop flags = mode end begin button = RANDOM prog = xmms config = shuffle flags = mode end #begin # button = REPEAT # prog = xmms # config = repeat # flags = mode #end begin button = CANCEL prog = xmms config = PLAYLIST_REMOVE flags = mode end end nobounce ## # End of xmms key bindings. ## # This is an example config file for your LIRC remote. All buttons # depend on what you have configured in your lircd.conf file. Please # refer to this and adjust the labels below accordingly. # # tvtime is controlled through a separate program called tvtime-command. # For a list of commands, see 'man tvtime-command'. Key events can # be 'faked' using the command KEY_EVENT, which allows for mapping a # single remote control button to both a menu mode command and a normal # mode command. # # begin # prog = irexec # button = DISPLAY # config = tvtime-command DISPLAY_INFO # end # This section includes two configs, what this does is that it allows # you to open tvtime and close tvtime with one button. If your remote # has seperate buttons for this, then you can break it apart. #begin # prog = irexec # button = POWER # config = tvtime & # config = tvtime-command QUIT #end # The following defines most of the common buttons found on a remote and # what commads they would map to inside tvtime. begin prog = irexec button = source config = tvtime-command TOGGLE_INPUT end begin prog = irexec button = TV config = tvtime-command DISPLAY_INFO repeat = 1 end begin prog = irexec button = FULL_SCREEN config = tvtime-command TOGGLE_FULLSCREEN end begin prog = irexec button = RADIO config = tvtime-command SHOW_MENU end begin prog = irexec button = MUTE config = tvtime-command TOGGLE_MUTE end # Menu navigation. begin prog = irexec button = CH+ config = tvtime-command UP repeat = 1 end begin prog = irexec button = CH- config = tvtime-command DOWN repeat = 1 end begin prog = irexec button = VOL+ config = tvtime-command RIGHT repeat = 1 end begin prog = irexec button = VOL- config = tvtime-command LEFT repeat = 1 end begin prog = irexec button = RESERVED config = tvtime-command CHANNEL_JUMP repeat = 1 end begin prog = irexec button = 1 config = tvtime-command CHANNEL_1 end begin prog = irexec button = 2 config = tvtime-command CHANNEL_2 end begin prog = irexec button = 3 config = tvtime-command CHANNEL_3 end begin prog = irexec button = 4 config = tvtime-command CHANNEL_4 end begin prog = irexec button = 5 config = tvtime-command CHANNEL_5 end begin prog = irexec button = 6 config = tvtime-command CHANNEL_6 end begin prog = irexec button = 7 config = tvtime-command CHANNEL_7 end begin prog = irexec button = 8 config = tvtime-command CHANNEL_8 end begin prog = irexec button = 9 config = tvtime-command CHANNEL_9 end begin prog = irexec button = 0 config = tvtime-command CHANNEL_0 end #begin # prog = irexec # button = MINIMIZE # config = tvtime-command ENTER #end begin prog = irexec button = MINIMIZE config = tvtime-command MENU_ENTER end