this keypress
AccelGroup.activate
bool activate(glib.types.Quark accelQuark, gobject.object.ObjectWrap acceleratable, uint accelKey, gdk.types.ModifierType accelMods)Finds the first accelerator in accel_group that matches accel_key and accel_mods, and activates it.
Parameters
accelQuark | the quark for the accelerator name |
acceleratable | 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