GNOME Bugzilla – Bug 151541
Insensitive actions still claim accelerator
Last modified: 2011-02-04 16:17:18 UTC
I'm not certain this is a bug it will depend on the semantics of actions and accelerators. We had a situation where an action was assigned an explicit accelerator 'F4' In instances where that action was insensitive we had a different operation that used the same key. Even when the action was insensitive the other event was never received.
Created attachment 31148 [details] [review] Only claim to have handled accelerators when action is sensitive
*** Bug 151539 has been marked as a duplicate of this bug. ***
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (closure_accel_activate): Don't claim to have handled the accelerator if the action is insensitive. (#151541, Jody Goldberg)