Converts an accelerator keyval and modifier mask into a string parseable by gtk.global.acceleratorParseWithKeycode.
This is similar to funcGtk.accelerator_name but handling keycodes. This is only useful for system-level components, applications should use funcGtk.accelerator_name instead.
a gdk.display.Display or null to use the default display
accelerator keyval
accelerator keycode
accelerator modifier mask
a newly allocated accelerator name.
Converts an accelerator keyval and modifier mask into a string parseable by gtk.global.acceleratorParseWithKeycode.
This is similar to funcGtk.accelerator_name but handling keycodes. This is only useful for system-level components, applications should use funcGtk.accelerator_name instead.