Key to toggle Ribbon?
in 2D Drafting
I would like to have a F-key that toggles the Ribbon. Is there an easy way to do this?
0
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.
0 -
There is already a default shortcut for this:
Ctrl+F20 -
Thanks, got it
0