Package: gdk

Function gdk:keyval-from-name

Lambda List

gdk:keyval-from-name (name)

Arguments

name -- a string with the key name

Return Value

The unsigned integer with the corresponding key value, or #xffffff if the key name is not a valid key

Details

Converts a key name to a key value. The names are the same as those in the gdk/gdkkeysyms.h header file but without the leading GDK_KEY_.
 

See also

2024-7-9