[orca] Include tool bar when presenting context
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Include tool bar when presenting context
- Date: Thu, 28 Jul 2016 04:09:34 +0000 (UTC)
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]