Package: gdk
Function gdk:unicode-to-keyval
Lambda Listgdk:unicode-to-keyval (unichar) ArgumentsReturn Value
    The unsigned integer for the corresponding GDK key symbol, if one exists,    or, if there is no corresponding symbol, unichar | 0x01000000.   Details      Convert from a ISO10646 character to a key symbol.   Examples(mapcar 'gdk:unicode-to-keyval '(#\a #\b #\c)) => (97 98 99)  | See also | 
2025-07-17