[mythtv-users] MCE Remote and also controlling other devices

Robin Gilks g8ecj at gilks.org
Thu Sep 6 01:02:28 UTC 2007



>
> Thanks for the very good example  (live one :) )
>
> One other questions regarding MCE Remote....I have Lirc 0.8.1 that are
> provided in the (K)ubuntu repository. I have problems with repeating key
> strokes (e.g. navigating in EPG results almost often with 2 steps up/down
> instead of 1.
>
> I saw that there is a patch on
> http://www.mythtv.org/wiki/index.php/MCE_Remote but it also says that it
> should not be needed since it was fixed in 0.8.1.
>
> Any idea??
>
> --
> Regards
> Joacim
>

You neded to use the 'repeat' keyword in your lircrc file for the butons
that have the problem. This causes lircd to ignore that number of rapidly
repeating keypresses.
eg.
begin
    prog = mythtv
    button = Up
    repeat = 2
    config = Up
end

begin
    prog = mythtv
    button = Right
    repeat = 2
    config = Right
end

begin
    prog = mythtv
    button = Down
    repeat = 2
    config = Down
end


-- 
Robin Gilks




More information about the mythtv-users mailing list