Package: gdk
Function gdk:keyval-to-unicode
Lambda Listgdk:keyval-to-unicode (keyval) ArgumentsReturn ValueThe corresponding unicode character, or #\Nul if there is no    corresponding character. Details      
    Convert from a GDK key symbol to the corresponding ISO10646 (Unicode)
    character.     Example(mapcar 'gdk:keyval-to-unicode '(65 66 67 68 69 70 71)) => (#\A #\B #\C #\D #\E #\F #\G)  | See also | 
2023-3-4