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 _______________________________________________ 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
