Converts an accelerator keyval and modifier mask into a string that can be displayed to the user.
The string may be translated.
This function is similar to [[email protected]_get_label], but handling keycodes. This is only useful for system-level components, applications should use [[email protected]_get_label] instead.
display |
a `GdkDisplay` or null to use the default display |
accelerator_key |
accelerator keyval |
keycode |
accelerator keycode |
accelerator_mods |
accelerator modifier mask |
a newly-allocated string representing the accelerator |