On Wed, 13 Feb 2008 15:52:40 -0500, "John Gabriele" jmg3000@gmail.com wrote:
I change my keybinding so that Ctrl-F gets me to the incremental search field in the toolbar (I set Ctrl-Alt-F to get me the original Find dialog, though typically don't ever use it), but the "Search --> Find" menu item still says "Ctrl+F" after it. The keybindings are
This is because Ctrl-F is the default GTK keybinding for Search and the Search menu item is the default GTK search menu item ;-). In other words: the shortcut in the search menu is printed by GTK because it thinks Ctrl-F is used for Search and it doesn't know that you changed the keybinding. I'm sure there is an easy way to change this text, i.e. the default keybinding of a stock GTK menu item. For now, I don't know how and so I can't fix it. If anyone has an idea, share it with us or write a patch ;-).
Finally, it's only a display issue.
Regards, Enrico