GNOME Bugzilla – Bug 320037
Options dialog doesn't have mnemonics.
Last modified: 2011-02-25 05:21:10 UTC
I observed that the mnemonics are missing in Options dialog. Steps to reproduce: 1. Invoke galde, 2. Open some existing project or create new project 3. Click on 'Options' button in the glade main window 4. Project Options dialog comes up which doesn't have mnemonic. Expected Behaviour - Mnemonics should be present in Options dialog
This is issue with glade-2 (gnome 2.14) aswell.
Created attachment 99804 [details] [review] A patch to add mnemonics to the options dialog A patch to add mnemonics to the options dialog, created from SVN trunk revision 1170
David, great stuff! one very small issue: + label = gtk_label_new_with_mnemonic (_("Project D_irectory:")); please try to avoid thin letters for access keys, if possible, because in some fonts it's hard to see the underscore. see http://library.gnome.org/devel/hig-book/stable/input-keyboard.html.en#choosing-access-keys
Created attachment 99843 [details] [review] Updated patch to add mnemonics to options Updated patch to add mnemonics to options
Ok, I just added an updated patch to use D rather than i as the mnemonic in that case. There is another instance where i is used: + label = gtk_label_new_with_mnemonic (_("Header F_ile:")); But I cannot see another letter which could be used in that case.
no problem. i think it's more important to have unique access keys instead of non-thin letters :)
glade-legacy development has been stalled and it has been unmaintained for a few years now. Maintainers don't have future development plan so i am closing the bugs as WONTFIX. Please feel free to reopen the bugs in future if anyone takes the responsibility for active development.