On 9/10/05, Warpme <[EMAIL PROTECTED]> wrote:
Hi *

Simple question: how can I increase autorepeat rate when I use remote ?

Currently, i.e when I'm going through long list of entries, I have to do
all the time push-release, push-release,... button on remote for i.e.
walking on list.
Autorepeat rate is approx 1 cmd. per 3-4sec

I need 2-4 cmds per 1 sec: I simply want to press and hold button on
remote - Myth should automatically scroll list...

How I can do that ?

--
cYa, 3.14iotr/2
Nie ma złych systemów operacyjnych. Może tylko brakować alkoholu !!!
W takiej sytuacji dobry programista wiesza się wraz z programem.... ;-P
Hiroshima'45;   Czernobyl'86;   Windows'95


In your lircrc, reduce the number at "repeat ="

IE:
begin
    prog = mythtv
    button = chandown
    repeat = 3
    config =  Page Down
end


The first signal caught causes the next two to be ignored.    If you changed it to


begin
    prog = mythtv
    button = chandown
    repeat = 1
    config =  Page Down
end

Every signal caught would be processed, which is very likely too sensitive to use.  Play with it, see what works for you.
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to