accelGroupsActivate

Finds the first accelerator in any #GtkAccelGroup attached to object that matches accel_key and accel_mods, and activates that accelerator.

Parameters

object gobject.object.ObjectWrap

the #GObject, usually a #GtkWindow, on which to activate the accelerator

accelKey uint

accelerator keyval from a key event

accelMods gdk.types.ModifierType

keyboard state mask from a key event

Return Value

Type: bool

true if an accelerator was activated and handled this keypress