GNOME Bugzilla – Bug 350451
mnemonic on the first char of a sound event name does not work in some languages
Last modified: 2007-01-06 20:08:34 UTC
In libsound/sound-view.c: static gchar* generate_event_label(SoundEvent *event) { //For now I just make the mnemonic char the first char in string. Do we want to //come up with an explicit mapping return g_strdup_printf("_%s:", event->desc); } It won't work when the first character does not match with a key. Many non-latin languages require several keystrokes or even a popup to enter a character. I propose just not to use any mnemonic -- IMHO adding mnemonic here is not much useful.
Created attachment 70496 [details] buggy screenshot in Korean It requires 2-4 keystrokes to enter these first characters.
Confirming. Also related to bug 330593.
I'm going to mark this as a duplicate of bug 330593, since it is basically the same thing about auto generated mnemonics. *** This bug has been marked as a duplicate of 330593 ***