[BRLTTY] brlapi and autorepeat

Peter Nilsson Lundblad plundblad at google.com
Wed Jun 12 19:17:00 EDT 2013


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


More information about the BRLTTY mailing list