Key to toggle Ribbon?

I would like to have a F-key that toggles the Ribbon. Is there an easy way to do this?

Comments

  • zzz as a lisp defun etc an look at "Ribbon" and "Ribbonclose" toggling between them. (getvar 'RIBBONSTATE ) reveals if open or not 1 or 0.

  • There is already a default shortcut for this:
    Ctrl+F2

  • Thanks, got it