]> git.sesse.net Git - vlc/blobdiff - doc/lirc/example.lircrc
new rule for remote controls with combined play/pause button (like mine has)
[vlc] / doc / lirc / example.lircrc
index ccd868f25d2e8a3a2cb2f5666a0ec2c2be8a1815..24678674a5c0fac45d9e37ee14a98b094697657f 100644 (file)
@@ -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