]> git.sesse.net Git - vlc/blobdiff - doc/lirc/example.lircrc
* modules/access/dshow/filter.cpp: fixed crash.
[vlc] / doc / lirc / example.lircrc
index ccd868f25d2e8a3a2cb2f5666a0ec2c2be8a1815..6bcd3444fd49a6899086a5dd0f2c8b99bf7f5533 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
@@ -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