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 640795 - Between accelerator modifyer and letters need a word with separate this informations
Between accelerator modifyer and letters need a word with separate this infor...
Status: RESOLVED OBSOLETE
Product: orca
Classification: Applications
Component: speech
2.91.x
Other All
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-28 05:59 UTC by Hammer Attila
Modified: 2018-02-08 12:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First revision (1.45 KB, patch)
2011-01-28 06:43 UTC, Hammer Attila
none Details | Review
Second revision (1.10 KB, patch)
2011-01-28 06:50 UTC, Hammer Attila
none Details | Review
Third revision with possible toggling this mode (2.73 KB, patch)
2011-01-28 14:33 UTC, Hammer Attila
none Details | Review
New revision of this function (6.41 KB, patch)
2011-04-12 10:19 UTC, Hammer Attila
none Details | Review

Description Hammer Attila 2011-01-28 05:59:44 UTC
Dear Developers,

Orca now spokening following style the accelerator keys:
"Cut Control x
Paste Control v"
Better I think following form:
"Cut Control Plus x
Paste Control plus v
Select all Control plus a
New profile... Shift plus Control plus v"
I doed the patch and will be attaching with next comment. The separator plus word I marked for translation, because I not want using normal + character between accelerator modifyer keys and letters.

Attila
Comment 1 Hammer Attila 2011-01-28 06:43:08 UTC
Created attachment 179488 [details] [review]
First revision

Please look this first revision.
I add "plus" word and marking translation, this is will be separator word between shortcut and accelerator modifications.
The patch working right both dialog controls and menues with have accelerator keys.

I attaching next comment a patch with only change the separator word with + character, this advantage is not need adding a new string for translation.

Attila
Comment 2 Hammer Attila 2011-01-28 06:50:06 UTC
Created attachment 179489 [details] [review]
Second revision

This patch different only the separator word, the plus separator word simple replaced with + character, this situation not need marking translation this simbol.

Attila
Comment 3 Joanmarie Diggs (IRC: joanie) 2011-01-28 07:25:22 UTC
Hey Attila. Thanks for the patch. Personally I don't think we want to do this. I think Control x is easier to understand (and listen to) than Control Plus x. 

However, I see that you posted your bug and solution on the Orca list. If everyone chimes in to state that this is what the really want, I will reconsider my position on this.
Comment 4 Hammer Attila 2011-01-28 08:05:44 UTC
Joanie, this is full fair, thank you the answer.
If more people general not acceptable this modification, fair to not committing this fix.
If the community partialy accepting this modification, I have got some ydea:
For example not better if we using this method if the verbosity is setted verbose, and brief only sending now used original format?
Or:
Doing a setting with possible toggling this mode on/off? If this is the better method, need doing future a checkbox with speech page below the speak object mnemonics checkbox with presenting only if this checkbox are checked.

Attila
Comment 5 Hammer Attila 2011-01-28 14:33:43 UTC
Created attachment 179519 [details] [review]
Third revision with possible toggling this mode

Joanie, please review this revision.
I created a new setting with src/orca/settings.py with toggling this separation mode on/off.
The setting name is separateShortcutModifiers.
If this setting is true, the new separation mode happening, and inserting plus word between modifier keys.
Of course compatibility purpose keep this setting with false to not disturb users with not want using this new mode, if anybody want hear the acceleration modifiers and full shortcut modifiers with old known format, not need do anything.
This method is acceptable your openion?
If yes, need the translated plus word with separation, or only enough the + character?
For example Espeak right spokening the + character too.

Attila
Comment 6 Hammer Attila 2011-04-12 10:19:36 UTC
Created attachment 185785 [details] [review]
New revision of this function

Dear Joanie,

I attaching a new revision.
This revision containing a checkbox for speech page, the users this way possible toggling on/off this function without need hand editing the user-settings.conf file.
Of course, to prowide backward compatibility, the checkbox is default unchecked.
Please review this patch. I think I am ready this function if you not found any errors.

If my patch is full good, possible committing this revision with actual development branch?

Attila