Sat 14 May 2011 04:46:22 PM UTC, comment #2:
Hi Martin
It was very nice surprise when I had came back home after party, and I have seen added support to lirc in bino.
I've made a test, and keys like "stop", "play", "pause", "rewind", "forward", "fullscreen" work correctly.
I've configured keys for adjust contrast and etc, but it didn't work.
I will test it later. Below is code of my .lircrc file:
begin
prog = bino
button = RED
config = cycle-audio-stream
end
begin
prog = bino
button = GREEN
config = cycle-subtitle-stream
end
begin
prog = bino
button = EDIT_IMAGE
config = toggle-stereo-mode-swap
end
begin
prog = bino
button = STOP
config = toggle-play
end
begin
prog = bino
button = PLAY
config = toggle-play
end
begin
prog = bino
button = PAUSE
config = toggle-pause
end
begin
prog = bino
button = REWIND
config = seek -120
end
begin
prog = bino
button = FORWARD
config = seek +120
end
begin
prog = bino
button = PREVIOUS
config = set-pos -0.1
end
begin
prog = bino
button = NEXT
config = set-pos +0.1
end
begin
prog = bino
button = FULLSCREEN
config = toggle-fullscreen
end
begin
prog = bino
button = LEFT
config = adjust-subtitle-parallax +0.01
end
begin
prog = bino
button = RIGHT
config = adjust-subtitle-parallax -0.01
end
begin
prog = bino
button = UP
config = adjust-brightness +0.05
end
begin
prog = bino
button = DOWN
config = adjust-brightness -0.05
end
begin
prog = bino
button = CHAN+
config = adjust-contrast +0.05
end
begin
prog = bino
button = CHAN-
config = adjust-contrast -0.05
end
begin
prog = bino
button = VOL+
config = adjust-parallax +0.05
end
begin
prog = bino
button = VOL-
config = adjust-parallax -0.05
end
|