Hello:

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?

Rob

_______________________________________________
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