The baked in default browser menu’s e.g. have things like “Save” or “Inspect Element (Q)” , i.e. they have keys set to them, which can be pressed/used for (quick) keyboard navigation when the menu is opened.
Now there is my question: How can a WebExtension archive the same result? (with menus.create).
I tried it with adding a simple & inside of the title (as it is commonly done), but that does not work.
So is there any way an add-on can do the same?