[orca] Add explicit braille handling for ROLE_PAGE so we update the line in Evince
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Add explicit braille handling for ROLE_PAGE so we update the line in Evince
- Date: Sat, 18 Apr 2015 22:24:08 +0000 (UTC)
commit beed433ea4b2d0dcce17b153576b94e1c540f2a6
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Sat Apr 18 18:22:25 2015 -0400
Add explicit braille handling for ROLE_PAGE so we update the line in Evince
src/orca/formatting.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index eeb5c30..df0b4bf 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -513,6 +513,9 @@ formatting = {
asString(labelOrName + expandableState + availability) +
asString(accelerator),\
indicator=asString(menuItemCheckedState))]'
},
+ pyatspi.ROLE_PAGE: {
+ 'unfocused': BRAILLE_TEXT
+ },
#pyatspi.ROLE_OPTION_PANE: 'default'
pyatspi.ROLE_PAGE_TAB: {
'focused': '[Component(obj,\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]