acceleratorName
fn
string acceleratorName(uint acceleratorKey, gdk.types.ModifierType acceleratorMods)Converts an accelerator keyval and modifier mask into a string parseable by [gtk.global.acceleratorParse]. For example, if you pass in #GDK_KEY_q and #GDK_CONTROL_MASK, this function returns “<Control>q”.
If you need to display accelerators in the user interface, see [gtk.global.acceleratorGetLabel].
Parameters
acceleratorKey | accelerator keyval |
acceleratorMods | accelerator modifier mask |
Returns
a newly-allocated accelerator name