[orca/gnome-3-12] Improve presentation of ROLE_PAGE focus claims
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-12] Improve presentation of ROLE_PAGE focus claims
- Date: Sat, 12 Apr 2014 16:57:07 +0000 (UTC)
commit 0058f62666ebceb14b277d4b2e6285bdd705352f
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]