Hi, Matt Campbell, le Mon 25 Jun 2007 17:33:38 -0500, a écrit : > I've decided to use BRLTTY to add braille > support to System Access, Serotek's screen-reader-like product for > Windows. (Yes, we do intend to respect the GPL, by making source > available for the version of BRLTTY we use, including any modifications.)
Oh, great! > But our client needs to be active for all windows, except for console > windows which BRLTTY itself can handle quite well. What's the best > way to achieve this? Calling brlapi_enterTtyModeWithPath(NULL,0,NULL); will attach your client to the desktop, which will make it selected as default output when no other client is attached to the current window (including brltty's review of consoles). 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
