GNOME Bugzilla – Bug 349198
Unable to define accelerators on language highlighting menus
Last modified: 2006-12-07 16:26:13 UTC
When "editable menu accelerators" is on, the whole gedit menus but the syntax highlithing ones are editable. You can't set a custom accelerator on a particular syntax file. Being able to do so would be handy for commonly used syntax files, like the C or the XML ones, or for commonly mistaken types (Ruby lovers know the .rhtml one). I see no reason why we shouldn't be able to edit those shortcuts.
Created attachment 77860 [details] [review] patch This patches solves the bug by using gtk_action_group_add_action_with_accel with a NULL accelerator, since this functions sets the accel path and stuff, which is needed to be able to set custom accelerators.
Fixed in the development version. The fix will be available in the next major release.