How to call menus when fullscreen?

Hi @ideasman42

I would like to ask you a question,
for a matter of freedom without distractions, I love working in full screen mode (ctrl+alt+space), but I have the problem that some menus from this mode are not accessible …
how can I recall some menus with the help of customized shortcuts?
in particular the “menu select” …
is it possible to do this?

  • Menus identifier is displayed in their tooltip (when Python tooltips are enabled in the prefs).
  • Use this identifier wit the operator wm.call_menu.

This way you can bind keys to any menu.

2 Likes

found, thank you very much for your help!

yay! the select menu shortcut!