Package: gdk

Function gdk:keyval-to-unicode

Lambda List

gdk:keyval-to-unicode (keyval)

Arguments

keyval -- an unsigned integer with the key value

Return Value

The unsigned integer with the corresponding unicode character, or 0 if there is no corresponding character.

Details

Convert from a GDK key value to the corresponding ISO10646 (Unicode) character. Note that the conversion does not take the current locale into consideration, which might be expected for particular keyvals, such as GDK_KEY_KP_Decimal.
 

See also

2024-7-9