[orca] Include tool bar when presenting context



commit 0ea974c90b0324be3d091efc845a447cda13e134
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Jul 28 00:08:42 2016 -0400

    Include tool bar when presenting context

 src/orca/formatting.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index 521b4aa..e671795 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -430,6 +430,10 @@ formatting = {
             'unfocused': 'labelOrName + roleName + (expandableState or toggleState) + availability + ' + 
MNEMONIC + ' + accelerator',
             'basicWhereAmI': 'labelOrName + roleName + (expandableState or toggleState)'
             },
+        pyatspi.ROLE_TOOL_BAR: {
+            'focused': 'labelAndName + roleName',
+            'unfocused': 'labelAndName + roleName',
+            },
         pyatspi.ROLE_TOOL_TIP: {
             'unfocused': 'labelAndName',
             'basicWhereAmI': 'labelAndName'


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