GdkKeyMatch

Describes how well an event matches a given keyval and modifiers.

GdkKeyMatch values are returned by [method@Gdk.KeyEvent.matches].

Values

ValueMeaning
NONE0

The key event does not match

PARTIAL1

The key event matches if keyboard state (specifically, the currently active group) is ignored

EXACT2

The key event matches

Meta