[orca-list] Heading wise navigation in Structural Navigation
- From: Dhairyashil Bhosale <dhairyashil bhosale584 gmail com>
- To: "orca-list gnome org" <orca-list gnome org>, accessibility lists ubuntu com, accessible googlegroups com, gnome-accessibility-list gnome org, accessibility global libreoffice org, accessibility-atspi lists linux-foundation org, dev openoffice apache org
- Subject: [orca-list] Heading wise navigation in Structural Navigation
- Date: Thu, 2 Jul 2015 11:24:30 +0530
Hi all,
I am working on Heading wise navigation in LibreOffice. For that I made some changes in 'soffice/structural_navigation.py' in Orca Screen Reader's script, the changes are as follows:
1) added 'enabledTypes = StructuralNavigation.HEADING' in 'soffice/script.py'
for enabling Heading wise navigation is SN(Structural Navigation) for LibreOffice.
2) added 'class MatchCriteria', in 'structural_navigation.py'.
3) added methods like:
'findNextObject()', 'findPrevByMatchRule()', 'findNextByMatchRule()',
'headingLevels()', 'headingCriteria()', 'headingPredicate()', 'headingPresentation()',
'getHeadingLevel()', 'getDocument()', etc. related to SN in libreoffice.
But I found that when I press 'h' after enabling SN for libreoffice it will speak out that,
'messages.WRAPPING_TO_TOP', means it can't identify the heading in document.
So for enabling heading wise navigation in libreoffice using Orca screen reader, which things I need to implement, I could't understand the workflow or method calling sequencing in Structural Navigation for Libreoffice. so please any one have idea related this please reply.
With Regards,
Dhairyashil B.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]