Fullscreen in V3 (and pop under mouse menus ?)

 From:  Samuel Zeller
4620.1 
Just a quick thing
The Fullscreen without UI script is not working for me in Beta 3

And I got an idea, I want to know if it's possible to do it in Beta 3

For example I got my "L" key mapped to the "Line" command
But sometimes I need to make polylines

Is it possible to setup my "L" key to "Lines" (with an S) and have the "Lines" options popup over my mouse ?

Kinda like the script to pop up the Snap menu
script: /* Pop up the object snap menu */ var cb = moi.ui.getUIPanel('moi://ui/CommandBar.htm'); moi.ui.showMenu( 'ObjectSnapMenu.htm', cb.document.body.lastChild.lastChild, 2, 0 );ยจ

It would be awesome if it was poping at the mouse position

Good uses for that would be:

B - Open the booleans options
F - Choose from Fillet or Chamfer
O - Offset, Shell or Inset
S - Scale, Scale 2D or Scale 1D (use them all the time !)
A - Grid Array, Dir Array, Circular Array, along a curve
C - Circle from center, from Diameter, 3pts, or tangent

That would allow laptop users like me (15 inch macbook pro) to use all the screen estate by using only shortcuts and MoI in fullscreen !

You could have a shortcut for showing/hiding the browser
Spacebar to split the view in 4 or maximize the view under the cursor (already in my shortcuts)

Just wondering if it's possible/hackable