[orca/570658-whereami] Make sure the where am I keys are in the suffix



commit 36e72c1bea6ee13f9124ed550cb018d60091002c
Author: Willie Walker <william walker sun com>
Date:   Fri Jun 5 21:19:55 2009 -0400

    Make sure the where am I keys are in the suffix
---
 src/orca/scripts/apps/soffice/formatting.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/orca/scripts/apps/soffice/formatting.py b/src/orca/scripts/apps/soffice/formatting.py
index 57dc619..699697b 100644
--- a/src/orca/scripts/apps/soffice/formatting.py
+++ b/src/orca/scripts/apps/soffice/formatting.py
@@ -40,7 +40,9 @@ formatting = {
         #
         'suffix': {
             'focused': '[]',
-            'unfocused': 'newNodeLevel + tutorial'
+            'unfocused': 'newNodeLevel + tutorial',
+            'basicWhereAmI': 'tutorial + description',
+            'detailedWhereAmI' : '[]'
             },
         pyatspi.ROLE_COMBO_BOX: {
             'focused': 'name + availability',



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