accelGroupsActivate

fnbool 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

objectthe #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