X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Flirc%2Fexample.lircrc;h=6bcd3444fd49a6899086a5dd0f2c8b99bf7f5533;hb=366acbbc9e4707f597efc4e4b2bf57ddb51aa777;hp=ccd868f25d2e8a3a2cb2f5666a0ec2c2be8a1815;hpb=f5c0a050bde3ef1dc115f61d7f86860624fc6405;p=vlc diff --git a/doc/lirc/example.lircrc b/doc/lirc/example.lircrc index ccd868f25d..6bcd3444fd 100644 --- a/doc/lirc/example.lircrc +++ b/doc/lirc/example.lircrc @@ -1,10 +1,26 @@ +# This is an example .lircrc file that shows the different config strings that +# vlc understand. button names are from an animax remote, and these may change +# with different remotes + begin prog = vlc button = PLAY_UP config = PLAY +end + +begin + prog = vlc + button = PAUSE_UP config = PAUSE end +#use this target if you have a combined play/pause button +begin + prog = vlc + button = PLAY_UP + config = PLAYPAUSE +end + begin prog = vlc button = STOP_UP @@ -26,7 +42,7 @@ end begin prog = vlc button = SKIP_BACKWARD - config = LAST + config = PREV end begin @@ -46,3 +62,59 @@ begin button = FORWARD_UP config = FAST end + +#Audio controls +begin + prog = vlc + button = VOLUME_DOWN_DOWN + config = VOL_DOWN +end + +begin + prog = vlc + button = VOLUME_UP_DOWN + config = VOL_UP +end + +begin + prog = vlc + button = SOMEBUTTON + config = AUDIO_TRACK +end + +begin + prog = vlc + button = MUTE_UP + config = MUTE +end + +#For dvd navigation +begin + prog = vlc + button = 4_UP + config = LEFT +end + +begin + prog = vlc + button = 5_UP + config = DOWN +end + +begin + prog = vlc + button = 2_UP + config = UP +end + +begin + prog = vlc + button = 6_UP + config = RIGHT +end + +begin + prog = vlc + button = MENU_UP + config = ACTIVATE +end