[orca] Fix for bug #626075 - Speak unicode value of current character has been omitted from the laptop layo
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #626075 - Speak unicode value of current character has been omitted from the laptop layo
- Date: Thu, 5 Aug 2010 13:42:23 +0000 (UTC)
commit 31b713b9e2c4b576e66ce2e7db38c93f487caa46
Author: José Vilmar Estácio de Souza <vilmar informal com br>
Date: Thu Aug 5 09:27:00 2010 -0300
Fix for bug #626075 - Speak unicode value of current character has been omitted from the laptop layout
src/orca/laptop_keyboardmap.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/laptop_keyboardmap.py b/src/orca/laptop_keyboardmap.py
index 14b62a5..aa7d60c 100644
--- a/src/orca/laptop_keyboardmap.py
+++ b/src/orca/laptop_keyboardmap.py
@@ -138,6 +138,9 @@ keymap = (
("comma", defaultModifierMask, ORCA_MODIFIER_MASK,
"reviewSpellCurrentCharacterHandler",2),
+ ("comma", defaultModifierMask, ORCA_MODIFIER_MASK,
+ "reviewUnicodeCurrentCharacterHandler", 3),
+
("period", defaultModifierMask, ORCA_MODIFIER_MASK,
"reviewNextCharacterHandler"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]