Hi, I'm developing a custom text editor that is intended to work with brltty and orca. This text editor presents the text to user line by line. By pressing Up/Down keys user can navigate the whole text line by line. I want to make it possible for users to navigate the text by some keys binded to FWINRT/FWINLT. I think for this I need to know the size of the buffer that this commands use and based on this buffer size and the length of current line,decide to go to next/prev line.
Is it possible to retrieve this information? or any other way to achieve this functionality using brltty/brlapi?
_______________________________________________ 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://brltty.app/mailman/listinfo/brltty
