bindingsActivate
fn
bool 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
object | object to activate when binding found |
keyval | key value of the binding |
modifiers | key modifier of the binding |
Returns
true if a binding was found and activated