[orca] Improve presentation of ROLE_PAGE focus claims



commit 961e2463dc95ef39227e86c3b9af15fc06f8c81b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Apr 12 12:51:01 2014 -0400

    Improve presentation of ROLE_PAGE focus claims

 src/orca/formatting.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index be36be9..db41b29 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -206,6 +206,8 @@ formatting = {
             'unfocused': 'roleName + unrelatedLabels'
             },
         pyatspi.ROLE_PAGE: {
+            'focused': 'label + readOnly + currentLineText + anyTextSelection',
+            'unfocused': 'label + readOnly + currentLineText + anyTextSelection + ' + MNEMONIC,
             'basicWhereAmI': 'label + readOnly + textRole + textContent + anyTextSelection + ' + MNEMONIC,
             'detailedWhereAmI': 'label + readOnly + textRole + textContentWithAttributes + anyTextSelection 
+ ' + MNEMONIC
             },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]