example.lircrc: Added missing commands

parent 5569856d
......@@ -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
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