[mythtv-users] Increase autorepeat rate - how ?

Ryan Steffes rbsteffes at gmail.com
Fri Sep 16 21:07:56 UTC 2005


On 9/10/05, Warpme <warpme at o2.pl> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20050916/3fc40cbf/attachment-0001.htm


More information about the mythtv-users mailing list