[orca/gnome-3-0] Fix for bug 653628 - List shortcuts mode: shortcut is spelled out as "shift T A B" instead of saying
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-0] Fix for bug 653628 - List shortcuts mode: shortcut is spelled out as "shift T A B" instead of saying
- Date: Wed, 29 Jun 2011 19:36:42 +0000 (UTC)
commit 8a56c3f6b4e03028992d88ec70ed15ea296a4fc4
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Wed Jun 29 15:35:35 2011 -0400
Fix for bug 653628 - List shortcuts mode: shortcut is spelled out as "shift T A B" instead of saying "shift tab"
src/orca/orca.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca.py b/src/orca/orca.py
index 7dd7df6..8209db1 100644
--- a/src/orca/orca.py
+++ b/src/orca/orca.py
@@ -1893,7 +1893,7 @@ def getListOfShortcuts(typeOfShortcuts):
#
clickCount = _("triple click")
shortcut = (kb.handler.description, keybindings.getModifierNames\
- (kb.modifiers) + keysymString.upper() + " " + clickCount)
+ (kb.modifiers) + keysymString.title() + " " + clickCount)
shortcuts.append(shortcut)
shortcuts = sorted(shortcuts, key=lambda shortcut: shortcut[1])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]