Del or backspace shortcut key for generic menu item

hi,
i want to add “Del” or what other people like to call “backspace” shortcut text to a generic menu item
like in the example bellow, the code is _b for the shortcut text B


does anyone know the right code to put
Thanx

Backspace isn’t supported as a special character in menu items. The full list is here: Unity - Scripting API: MenuItem

EDIT: The documentation is not accurate, see below.

1 Like

thanx for the answer

@Madgvox it is actually supported
the appropriate code is “_DEL” in case someone is looking the answer

1 Like

Well found! This is certainly not the first time that the Unity documentation has been incomplete or inaccurate.