Package: gtk
Function gtk:accelerator-label
Lambda Listgtk:accelerator-label (key mask) ArgumentsReturn ValueThe string representing the accelerator. Details        
    Converts an accelerator keyval and modifier mask into a string which can be
    used to represent the accelerator to the user.     Examples(gtk:accelerator-label 65470 '(:shift-mask :mod1-mask)) => "Shift+Alt+F1"  | See also | 
2025-07-27