[orca/570658] Add special formatting for link to avoid selected text being spoken



commit 9255ff5374cc349f624fd840d16fcf6419edf449
Author: Willie Walker <william walker sun com>
Date:   Thu May 21 07:08:51 2009 -0400

    Add special formatting for link to avoid selected text being spoken
---
 src/orca/scripts/toolkits/Gecko/formatting.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/orca/scripts/toolkits/Gecko/formatting.py b/src/orca/scripts/toolkits/Gecko/formatting.py
index 30c1997..fbaa413 100644
--- a/src/orca/scripts/toolkits/Gecko/formatting.py
+++ b/src/orca/scripts/toolkits/Gecko/formatting.py
@@ -39,6 +39,9 @@ formatting = {
         pyatspi.ROLE_DOCUMENT_FRAME: {
             'unfocused': 'name + roleName'
             },
+        pyatspi.ROLE_LINK: {
+            'unfocused': 'labelAndName + roleName + availability'
+            },
         pyatspi.ROLE_LIST: {
             'focused': 'focusedItem',
             'unfocused': 'labelOrName + focusedItem + multiselectableState + numberOfChildren'



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