this keypress
accelGroupsActivate
fn
bool accelGroupsActivate(gobject.object.ObjectWrap object, uint accelKey, gdk.types.ModifierType accelMods)Finds the first accelerator in any #GtkAccelGroup attached to object that matches accel_key and accel_mods, and activates that accelerator.
Parameters
object | the #GObject, usually a #GtkWindow, on which to activate the accelerator |
accelKey | accelerator keyval from a key event |
accelMods | keyboard state mask from a key event |
Returns
true if an accelerator was activated and handled