Shortcut to open snap menu

 From:  ttype (STRUBE)
7277.1 
Hi,

I hope I am not bothering (too much) and I admit it is not important (at all), but since the shortcut I found on Petr's site and here on the forum seems to be 7 years old I thought maybe something has changed meanwhile.

To open my snap menu I use this snippet:
code:
var cb = moi.ui.getUIPanel('moi://ui/CommandBar.htm');
moi.ui.showMenu( 'ObjectSnapMenu.htm', cb.document.body.lastChild.lastChild, 2, 0 );

Is it also possible, maybe by firing an UIEvent to open it the same way a mouse click would do? I mean, is there a shortcut that opens it this way:

Attachments: