Finds the first accelerator in any gtk.AccelGroup attached to object that matches accel_key and accel_mods, and activates that accelerator.
the GObject, usually a gtk.Window, on which to activate the accelerator
accelerator keyval from a key event
keyboard state mask from a key event
TRUE if an accelerator was activated and handled this keypress
Finds the first accelerator in any gtk.AccelGroup attached to object that matches accel_key and accel_mods, and activates that accelerator.