Hi all,
I am making small changes for understanding Orca. In Orca I want to change cursor position in orca/scripts/apps/gedit/script.py for Gedit . How can I do that? , means while Orca is reading How can we set cursor at start position of line. I try to change cursor position in LibreOffice it's works . I changed 'offset' value according to startOffset and endOffset in textLine() function. but in Gedit cursor position is not changed as per our requirement , so How to set cursor position while reading. and Cursor is moved according to values of 'offset' ?