]> git.sesse.net Git - vlc/commitdiff
example.lircrc: Added missing commands
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 17 Jun 2004 11:25:02 +0000 (11:25 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 17 Jun 2004 11:25:02 +0000 (11:25 +0000)
doc/lirc/example.lircrc

index 4dd32336d5d7ee169cdf41a86407e0197231b165..6bcd3444fd49a6899086a5dd0f2c8b99bf7f5533 100644 (file)
@@ -63,6 +63,7 @@ begin
   config = FAST
 end
 
+#Audio controls
 begin
   prog = vlc
   button = VOLUME_DOWN_DOWN
@@ -85,4 +86,35 @@ begin
   prog = vlc
   button = MUTE_UP
   config = MUTE
-end
\ No newline at end of file
+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