[orca] Present expanded state for links which can be expanded



commit b7dd12eae6a6d3ba97e056dc52a00bf09e87cb94
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Aug 9 12:42:07 2014 -0400

    Present expanded state for links which can be expanded

 src/orca/formatting.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 074b3a7..8ebbc35 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -185,7 +185,7 @@ formatting = {
             'detailedWhereAmI': 'labelAndName + roleName + selectedItemCount + selectedItems'
             },
         pyatspi.ROLE_LINK: {
-            'unfocused': 'labelAndName + roleName + availability + ' + MNEMONIC,
+            'unfocused': 'labelAndName + roleName + expandableState + availability + ' + MNEMONIC,
             'basicWhereAmI': 'linkInfo + siteDescription + fileSize + ' + MNEMONIC
             },
         pyatspi.ROLE_LIST: {
@@ -617,6 +617,8 @@ if settings.useExperimentalSpeechProsody:
         'labelAndName + pause+ roleName + pause + selectedItemCount + pause'
     formatting['speech'][pyatspi.ROLE_LAYERED_PANE]['detailedWhereAmI'] = \
         'labelAndName + pause + roleName + pause + selectedItemCount + pause+ selectedItems + pause'
+    formatting['speech'][pyatspi.ROLE_LINK]['unfocused'] = \
+        'labelAndName + roleName + pause + expandableState + availability + ' + MNEMONIC
     formatting['speech'][pyatspi.ROLE_LINK]['basicWhereAmI'] = \
         'linkInfo + pause + siteDescription + pause + fileSize + pause + ' + MNEMONIC
     formatting['speech'][pyatspi.ROLE_LIST]['unfocused'] = \


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