example.lircrc: Added missing commands

parent 5569856d
...@@ -63,6 +63,7 @@ begin ...@@ -63,6 +63,7 @@ begin
config = FAST config = FAST
end end
#Audio controls
begin begin
prog = vlc prog = vlc
button = VOLUME_DOWN_DOWN button = VOLUME_DOWN_DOWN
...@@ -85,4 +86,35 @@ begin ...@@ -85,4 +86,35 @@ begin
prog = vlc prog = vlc
button = MUTE_UP button = MUTE_UP
config = MUTE config = MUTE
end end
\ No newline at end of file
#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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment