<br><br><div><span class="gmail_quote">On 9/10/05, <b class="gmail_sendername">Warpme</b> &lt;<a href="mailto:warpme@o2.pl">warpme@o2.pl</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi *<br><br>Simple question: how can I increase autorepeat rate when I use remote ?<br><br>Currently, i.e when I'm going through long list of entries, I have to do<br>all the time push-release, push-release,... button on remote for 
i.e.<br>walking on list.<br>Autorepeat rate is approx 1 cmd. per 3-4sec<br><br>I need 2-4 cmds per 1 sec: I simply want to press and hold button on<br>remote - Myth should automatically scroll list...<br><br>How I can do that ?
<br><br>--<br>cYa, 3.14iotr/2<br>Nie ma złych systemów operacyjnych. Może tylko brakować alkoholu !!!<br>W takiej sytuacji dobry programista wiesza się wraz z programem.... ;-P<br>Hiroshima'45;&nbsp;&nbsp; Czernobyl'86;&nbsp;&nbsp; Windows'95
</blockquote><div><br>
<br>
In your lircrc, reduce the number at &quot;repeat =&quot; <br>
<br>
IE:<br>
begin<br>
&nbsp;&nbsp;&nbsp; prog = mythtv<br>
&nbsp;&nbsp;&nbsp; button = chandown<br>
&nbsp;&nbsp;&nbsp; repeat = 3<br>
&nbsp;&nbsp;&nbsp; config =&nbsp; Page Down<br>
end<br>
<br>
<br>
The first signal caught causes the next two to be ignored.&nbsp;&nbsp;&nbsp; If you changed it to <br>
</div><br></div><br>

begin<br>

&nbsp;&nbsp;&nbsp; prog = mythtv<br>

&nbsp;&nbsp;&nbsp; button = chandown<br>

&nbsp;&nbsp;&nbsp; repeat = 1<br>

&nbsp;&nbsp;&nbsp; config =&nbsp; Page Down<br>

end<br>
<br>
Every signal caught would be processed, which is very likely too sensitive to use.&nbsp; Play with it, see what works for you.<br>