RE: [mythtv-users] general remote question

2004-12-03 Thread Paul.Buchanan
On Friday, December 03, 2004 6:12 AM, [EMAIL PROTECTED]
wrote: 
> Paul.. thanks for the reply.. sorry its taken so long.. but here is
> the relevant part:
> 
> # Scroll up
> begin
> prog = mythtv
> button = 2
> repeat = 0
> config = Up
> end
> 
> # Scroll down
> begin
> prog = mythtv
> button = 8
> repeat = 0
> config = Down
> end
> 
> 
> Your response got me thinking (doh! repeat!) but am not sure how to
> fix 
> it anyways.. if I change the repeat=0 to repeat=1 won't that just do 2
> actions for each time I press the button? am presuming there is
> something else that should go here...
> 
> Thanks again
> 
> Craig
> ___
> mythtv-users mailing list
> [EMAIL PROTECTED]
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

This is the file I wanted, I asked for the wrong one =)

Directly from the LIRC documentation at 
http://www.lirc.org/html/configure.html#lircd.conf_format


repeat 
tells the program what shall happen if a key is repeated. A value of zero tells 
the program to ignore repeated keys. Any other positive value 'n' tells the 
program to pass the config string every 'n'-th time to the according 
application, when a key is repeated. The default for repeat is zero. 
delay 
tells the program to ignore the specified number of key repeats before using 
the "repeat" configuration directive above. This is used to prevent double 
triggers of events when using a fast repeat rate. A value of zero, which also 
is the default, will disable the delay function. 


I have my arrow keys set to repeat 4, I think.  Every once and awhile, I will 
get a double event when I didn't want one, but that might mean I need to mess 
with the delay option.  I hadn't noticed that option before, thanks for making 
me look at the docs =)

Further lirc specific questions should be taken over to the Lirc lists.

Paul
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] general remote question

2004-12-03 Thread Craig Tinson
[EMAIL PROTECTED] wrote:
Can you post the section of your lircd.conf that deals with your arrow keys?  
It may be that you don't have the repeat behavior set up correctly.
oops.. wrong one..
heres lircd.conf

begin remote
  name  TVCapture98
  bits6
  flags SPACE_ENC|CONST_LENGTH
  eps30
  aeps  100
  header   9078  4437
  one   615  1631
  zero  615   515
  ptrail620
#  pre_data_bits   16
#  pre_data   0x40BF
  repeat   9080  2189
  gap  108056
  repeat_bit  0
  begin codes

  20x0010
  40x0019
  60x0009
  80x0012


thanks
Craig
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] general remote question

2004-12-03 Thread Craig Tinson
[EMAIL PROTECTED] wrote:
On Thursday, December 02, 2004 10:43 AM,
[EMAIL PROTECTED] wrote: 

when I run irw.. I can see it recieving the commands from the remote..
and when I keep a button *pressed* .. it keeps recieving the signal
and responding...
I therefore am led to think the lircd.conf is correct..
However.. when I try to use the remote in MythTV... when I press the
down arrow.. I am expecting it to keep scrolling down as long as I
have 
the button pressed.. this doesn't happen..


Can you post the section of your lircd.conf that deals with your arrow keys?  
It may be that you don't have the repeat behavior set up correctly.
Paul.. thanks for the reply.. sorry its taken so long.. but here is the 
relevant part:

# Scroll up
begin
prog = mythtv
button = 2
repeat = 0
config = Up
end
# Scroll down
begin
prog = mythtv
button = 8
repeat = 0
config = Down
end
Your response got me thinking (doh! repeat!) but am not sure how to fix 
it anyways.. if I change the repeat=0 to repeat=1 won't that just do 2 
actions for each time I press the button? am presuming there is 
something else that should go here...

Thanks again
Craig
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


RE: [mythtv-users] general remote question

2004-12-02 Thread Paul.Buchanan
On Thursday, December 02, 2004 10:43 AM,
[EMAIL PROTECTED] wrote: 
> 
> when I run irw.. I can see it recieving the commands from the remote..
> and when I keep a button *pressed* .. it keeps recieving the signal
> and responding...
> 
> I therefore am led to think the lircd.conf is correct..
> 
> However.. when I try to use the remote in MythTV... when I press the
> down arrow.. I am expecting it to keep scrolling down as long as I
> have 
> the button pressed.. this doesn't happen..
> 

Can you post the section of your lircd.conf that deals with your arrow keys?  
It may be that you don't have the repeat behavior set up correctly.

Paul
___
mythtv-users mailing list
[EMAIL PROTECTED]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users