I were not sure about its name so I must have choosen the wrong one ...
I copied the following lines directly out of the option menu where I assigned
it to the keybord "y" so
script:var img = moi.view.screenshot( 'viewpanel', false ); var name = img.getSaveFileName(); if ( name != '' ) img.save( name
|