Converts an accelerator keyval and modifier mask into a string that can be parsed by [func@Gtk.
accelerator_parse_with_keycode].
This is similar to [func@Gtk.accelerator_name] but handling keycodes. This is only useful for system-level components, applications should use [func@Gtk.accelerator_name] instead.
| display |
a `GdkDisplay` |
| accelerator_key |
accelerator keyval |
| keycode |
accelerator keycode |
| accelerator_mods |
accelerator modifier mask |
|
a newly allocated accelerator name. |