X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Flirc%2Fexample.lircrc;fp=doc%2Flirc%2Fexample.lircrc;h=24678674a5c0fac45d9e37ee14a98b094697657f;hb=b8c2e88ea3e2c7b416dc9f22e69677a9148370d0;hp=ccd868f25d2e8a3a2cb2f5666a0ec2c2be8a1815;hpb=351bda6d83133cd0b7147a435859d401f66e4d84;p=vlc diff --git a/doc/lirc/example.lircrc b/doc/lirc/example.lircrc index ccd868f25d..24678674a5 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