After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 363796 - In learn mode, the second press of a letter should provide the phonetic
In learn mode, the second press of a letter should provide the phonetic
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-21 00:02 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2006-10-21 19:55 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to hopefully implement this enhancement. (5.12 KB, patch)
2006-10-21 19:52 UTC, Rich Burridge
none Details | Review

Description Joanmarie Diggs (IRC: joanie) 2006-10-21 00:02:03 UTC
In learn mode, the first time you press a letter Orca should speak that letter (e.g. "a").  If you immediately press that same letter, Orca should then give you the phonetic (e.g. "alpha"). 

(Suggested at Boston Orca users group)
Comment 1 Rich Burridge 2006-10-21 00:13:43 UTC
This one is easy to do. In _processKeyboardEvent() in orca.py at
about line 680, we just need to take the click count into effect
(using getClickCount() in util.py and if it's a "double click" call
phoneticSpellCurrentItem() (which is currently in default.py, but 
which will now probably have to be moved to util.py).
Comment 2 Rich Burridge 2006-10-21 19:52:39 UTC
Created attachment 75153 [details] [review]
Patch to hopefully implement this enhancement.
Comment 3 Rich Burridge 2006-10-21 19:55:16 UTC
Changes checked into CVS HEAD. Closing as FIXED.