From: tom_tm (TOMF)
Hi forum.
Does anyone know if there is a keystroke function that deselects all objects?
The opposite of 'ctrl-A' or 'command-A' (for Mac)
Thanks.
Tom
From: Frenchy Pilou (PILOU)
Put the mouse out of selected objects
thenPress ESC ;) (On PC)
You have also if Menu Menu Select Opened / Press Deselect All
From: Phiro
As Pilou said it, Escape key does it.
But if you want a shortcup key, you can use this code :
script:var gd = moi.geometryDatabase; gd.deselectAll();
Shutcut are defined in Options
Have fun
From: tom_tm (TOMF)
Thanks!