acceleratorNameWithKeycode

fnstring acceleratorNameWithKeycode(gdk.display.Display display, uint acceleratorKey, uint keycode, gdk.types.ModifierType acceleratorMods)

Converts an accelerator keyval and modifier mask into a string parseable by gtk.global.acceleratorParseWithKeycode, similarly to gtk.global.acceleratorName but handling keycodes. This is only useful for system-level components, applications should use gtk.global.acceleratorParse instead.

Parameters

displaya #GdkDisplay or null to use the default display
acceleratorKeyaccelerator keyval
keycodeaccelerator keycode
acceleratorModsaccelerator modifier mask

Returns

a newly allocated accelerator name.