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

accelQuarkthe quark for the accelerator name
acceleratablethe #GObject, usually a #GtkWindow, on which to activate the accelerator
accelKeyaccelerator keyval from a key event
accelModskeyboard state mask from a key event

Returns

true if an accelerator was activated and handled

this keypress