[BRLTTY] BRLAPI

Samuel Thibault samuel.thibault at ens-lyon.org
Tue Mar 10 11:38:57 EDT 2009


Rob Meredith, le Tue 10 Mar 2009 11:23:12 -0400, a écrit :
> I have been using the version of brlapi found in brltty 3.10 for a while. Under that version, the following code worked:
> brlapi_readKey(0,&code);
> brlapi_expandKeyCode(code, &expCode);
> if ((expCode.type == BRLAPI_KEY_TYPE_CMD) &&
>                                                 (expCode.command ==BRLAPI_KEY_CMD_PASSDOTS)) ...
> 
> With the current development build, I never get a command of BRLAPI_KEY_CMD_PASSDOTS. Instead, I get the characters typed on the display in the argument field.
> 
> Was this an intended change, and if so, how can I get the dot patterns instead?

It was intended, for convenience of the user, yes. There is no way for
an application to choose yet, but that's planned.

Samuel


More information about the BRLTTY mailing list