bindingsActivate

fnbool bindingsActivate(gobject.object.ObjectWrap object, uint keyval, gdk.types.ModifierType modifiers)

Find a key binding matching keyval and modifiers and activate the binding on object.

Parameters

objectobject to activate when binding found
keyvalkey value of the binding
modifierskey modifier of the binding

Returns

true if a binding was found and activated