bindings_activate

function bindings_activate(object:GObject.Object, keyval:Number, modifiers:Gdk.ModifierType):Boolean {
    // Gjs wrapper for gtk_bindings_activate()
}

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

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