acceleratorNameWithKeycode

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

display gdk.display.Display

a #GdkDisplay or null to use the default display

acceleratorKey uint

accelerator keyval

keycode uint

accelerator keycode

acceleratorMods gdk.types.ModifierType

accelerator modifier mask

Return Value

Type: string

a newly allocated accelerator name.