[BRLTTY] Xbrlapi

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Dec 11 09:56:27 EST 2006


Yannick PLASSIARD, le Mon 11 Dec 2006 13:34:45 +0100, a écrit :
> 	I noticed a potential "problem" while using xbrlapi combined 
> with Orca :
> 	It runs quite well, but xbrlapi prints (brl_writeText()) the 
> name of the focused window and Orca is no longher allowed to print 
> anything onto the braille line.

Yes, xbrlapi should be run before orca so that orca takes precedence.
This, again, should be solved with the generic preference mecanism we
expect to add soon.

> 	To let these programs working toghether, I had to comment out 
> the writetext() reference (and the little block after).
> But I did this for my uiage purposes and don't know if it should be done 
> by default.

Well, for now maybe it shouldn't indeed.

> I found one other bug: don't know why but when I tzpe a "@" it inserts a 
> "à" in the current window... As if the "Alt-grad" key was not pressed; 
> It may be for all modifiers, I have to test it...

Control and alt, since they are directly provided by brltty as
modifiers, should work fine.  Here the problem is that brltty doesn't
provide the modifier itself (it actually can't know which one should be
set), hence shifted and altgr-ed keys pose problem indeed: the
XKeysymToKeycode function is unfortunately not very powerful.  I'll dig
a bit more about this.

Samuel


More information about the BRLTTY mailing list