GNOME Bugzilla – Bug 326923
Accelerator(shortcut key) doesn't work
Last modified: 2006-01-16 18:13:22 UTC
Accelerator(shortcut key) doesn't work. Only Ctrl+A(Select All) and Shift+Ctrl+A(Select None) works. Nothing happens if you press other accelerator keys.
Fixed in HEAD. The problem happened after switching to GtkUIManager/GtkAction to handle menus and some buttons; the accelerator group for the UIManager was not being added to the main window.