Package: gtk

Function gtk-accelerator-label

Lambda List

gtk-accelerator-label (key mask)

Arguments

key -- an unsigned integer with the accelerator keyval
mask -- a gdk-modifier-type accelerator modifier mask

Return Value

A 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.

Example

(gtk-accelerator-label 65470 '(:shift-mask :mod1-mask))
=> "Umschalt+Alt+F1"    
 

See also

2021-12-24