GNOME Bugzilla – Bug 153272
Key Combinations) dlg displays English key names
Last modified: 2005-12-31 16:29:14 UTC
Description of Problem: the Tastenkombinationen (Key Combinations) dlg displays English key names for Shift, Control, plus, minus, equal, Page_Up, Page_Down keys. Steps to reproduce the problem: Open a terminal window > click Bearbeiten (Edit) > Tastenkombinationen (Key combinations)
Created attachment 31769 [details] Screenshot of Bug
These strings are hardcoded in eggaccelerators.c and not translatable: -----8<-----8<----- gchar* egg_virtual_accelerator_name (guint accelerator_key, EggVirtualModifierType accelerator_mods) { static const gchar text_release[] = "<Release>"; static const gchar text_shift[] = "<Shift>"; static const gchar text_control[] = "<Control>"; static const gchar text_mod1[] = "<Alt>"; static const gchar text_mod2[] = "<Mod2>"; static const gchar text_mod3[] = "<Mod3>"; static const gchar text_mod4[] = "<Mod4>"; static const gchar text_mod5[] = "<Mod5>"; static const gchar text_meta[] = "<Meta>"; static const gchar text_super[] = "<Super>"; static const gchar text_hyper[] = "<Hyper>"; -----8<-----8<----- Assigning this to libegg.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 145346 ***