GNOME Bugzilla – Bug 363796
In learn mode, the second press of a letter should provide the phonetic
Last modified: 2006-10-21 19:55:16 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)
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).
Created attachment 75153 [details] [review] Patch to hopefully implement this enhancement.
Changes checked into CVS HEAD. Closing as FIXED.