KeyEvent.matches

gdk.types.KeyMatch matches(uint keyval, gdk.types.ModifierType modifiers)

Matches a key event against a keyval and modifiers.

This is typically used to trigger keyboard shortcuts such as Ctrl-C.

Partial matches are possible where the combination matches if the currently active group is ignored.

Note that we ignore Caps Lock for matching.

Parameters

keyvalthe keyval to match
modifiersthe modifiers to match

Returns

a [gdk.types.KeyMatch] value describing whether event matches