Samuel Thibault writes:
> Hello,
> 
> Peter Nilsson Lundblad, le Wed 12 Jun 2013 15:46:13 -0700, a écrit :
> > Dave Mielke writes:
> > > [quoted lines by Peter Nilsson Lundblad on 2013/06/12 at 13:41 -0700]
> > > 
> > > >My test script is below.  
> > > 
> > > You've specified a range type of key, which means an explicit value. What 
> > > you 
> > > want is a range type of command.
> > 
> > I changed to use the following line:
> >   c.acceptKeys(brlapi.rangeType_command, 
> > [brlapi.KEY_TYPE_CMD|brlapi.KEY_CMD_LNUP])
> > 
> > but that doesn't change anything.  Was this what you meant?
> 
> Yes. Could you try brlapi_rangeType_all, just to check whether you get
> anything at all, and thus whether it's a filtering issue or a generation
> issue?
> 
Tried with:
c.acceptKeys(brlapi.rangeType_all, [0])

The only difference that I see is that I get the noop commands resulting
resulting from the autorepeat processing, but no autorepeat commands still.
Any further ideas? ;)

//Peter
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to