object
keyval
modifiers
pub fn bindings_activate( object: &impl IsA<Object>, keyval: u32, modifiers: ModifierType, ) -> bool
Find a key binding matching keyval and modifiers and activate the binding on object.
object to activate when binding found
key value of the binding
key modifier of the binding
true if a binding was found and activated
true