Hello There,

First, thanks for the good work guys, you're impressive.
I built an IR receiver and it's wokring pretty well with freevo.
The problem is when is wnat to watch a DVD. The only keys working on the
remote are : rew, ff, play, pause, stop the keys like up, down, sel,
right, left, menu don't work as expected. I couldn't find any
information about that, could you direct me to the good direction?

Cheers,

Alec

PS : attached is my lircrc file

begin 
    prog = freevo 
    button = up 
    config = UP
end
begin 
    prog = freevo 
    button = down
    config = DOWN
end
begin 
    prog = freevo 
    button = left
    config = LEFT
end
begin 
    prog = freevo 
    button = right
    config = RIGHT
end
begin 
    prog = freevo 
    button = sel
    config = SELECT
    repeat = 0
end
begin 
    prog = freevo 
    button = menu
    config = ENTER 
    repeat = 0
end
begin 
    prog = freevo 
    button = exit
    config = EXIT 
    repeat = 0
end
begin 
    prog = freevo 
    button = display
    config = DISPLAY 
    repeat = 0
end
begin 
    prog = freevo 
    button = rew
    config = REW 
    repeat = 0
end
begin 
    prog = freevo 
    button = ff
    config = FFWD 
    repeat = 0
end
begin 
    prog = freevo 
    button = play
    config = PLAY 
    repeat = 0
end
begin 
    prog = freevo 
    button = pause
    config = PAUSE 
    repeat = 0
end
begin 
    prog = freevo 
    button = stop
    config = STOP
    repeat = 0
end
begin 
    prog = freevo 
    button = stop
    config = STOP 
    repeat = 0
end
begin
    prog = freevo
    button = power
    config = POWER
    repeat = 0
end
begin
    prog = freevo
    button = on/off
    config = EJECT
    repeat = 0
end

Reply via email to