This another one by Michael
Select All / Deselect All by the Space Barre !
Add this in "one line" in the section [Shortcut Keys]
Space=script:var selection = moi.geometryDatabase.getSelectedObjects(); if ( selection.length == 0 ) moi.geometryDatabase.selectAll(); else moi.geometryDatabase.deselectAll();
Works like a charm !)
|