[orca] Orca needs to speak value changes for objects of ROLE_COLOR_CHOOSER
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Orca needs to speak value changes for objects of ROLE_COLOR_CHOOSER
- Date: Fri, 10 Feb 2012 18:04:40 +0000 (UTC)
commit 974f93c679c006d8dcf568c05263f15428cdf798
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Fri Feb 10 13:03:40 2012 -0500
Orca needs to speak value changes for objects of ROLE_COLOR_CHOOSER
src/orca/formatting.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index c48981a..566e956 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -119,6 +119,11 @@ formatting = {
'unfocused': 'labelAndName + roleName + checkedState + required + availability + ' + MNEMONIC + ' + accelerator + positionInList',
'basicWhereAmI': 'ancestors + labelAndName + roleName + checkedState + accelerator + positionInList + ' + MNEMONIC
},
+ pyatspi.ROLE_COLOR_CHOOSER: {
+ 'focused': 'value',
+ 'unfocused': 'label + roleName + value + required + availability + ' + MNEMONIC,
+ 'basicWhereAmI': 'label + roleName + value + percentage + ' + MNEMONIC + ' + accelerator + required'
+ },
pyatspi.ROLE_COMBO_BOX: {
'focused': 'name + positionInList',
'unfocused': 'label + name + roleName + positionInList + ' + MNEMONIC + ' + accelerator',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]