When using StyleOverride and hiding the main menu bar. Is there a keyboard shorcut to display it back?
Toggle Main Menu
There’s no keyboard shortcut to open / close the main menu at this time.
But you can always make your own using JavaScript or add a button somewhere. You’d need to call:
window.dundas.context.getService("ViewService").mainMenu.open();
Or something similar. This will open it.