Package: gdk

Function gdk:key-event-match

Lambda List

gdk:key-event-match (event)

Syntax

(gdk:key-event-match event) => keyval, modifiers

Arguments

event -- a gdk:event instance
keyval -- an unsigned integer for the keyval
modifiers -- a gdk:modifier-type value

Details

Gets a keyval and modifier combination that will cause the gdk:key-event-matches function to successfully match the given event.
 

See also

#2025-07-31