My extension is a sidebar. I've set a hotkey to open it (AltShiftC). The keyboard shortcut works perfectly but is not shown next to its menu item.
What can I do to show the hotkey ?
My extension is a sidebar. I've set a hotkey to open it (AltShiftC). The keyboard shortcut works perfectly but is not shown next to its menu item.
What can I do to show the hotkey ?
You'll have to include a line in your sidebar.html file that shows the user what the hotkey is.
<span>Shortcut: alt+shift+c</span>