home *** CD-ROM | disk | FTP | other *** search
- # edit the "button =" part for each entry according to your remote, and stick
- # this stuff in ~/.lircrc
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_PLAY
- repeat = 1
- config = play
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_PAUSE
- repeat = 0
- config = pause
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_PLAYPAUSE
- repeat = 1
- config = playpause
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_STOP
- repeat = 1
- config = stop
- end
-
- #FIXME
- #begin
- # prog = Rhythmbox
- # remote = *
- # button =
- # repeat = 1
- # config = shuffle
- #end
-
- #FIXME
- #begin
- # prog = Rhythmbox
- # remote = *
- # button =
- # repeat = 1
- # config = repeat
- #end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_NEXT
- repeat = 1
- config = next
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_PREVIOUS
- repeat = 1
- config = previous
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_FASTFORWARD
- repeat = 1
- config = seek_forward
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_REWIND
- repeat = 1
- config = seek_backward
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_VOLUMEUP
- repeat = 1
- config = volume_up
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_VOLUMEDOWN
- repeat = 1
- config = volume_down
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_MUTE
- repeat = 1
- config = mute
- end
-
- begin
- prog = Rhythmbox
- remote = *
- button = KEY_EXIT
- repeat = 1
- config = quit
- end
-