MoI discussion forum
MoI discussion forum

Full Version: 'Deselect all' keystroke or script?

From: tom_tm (TOMF)
20 Jul   [#1]
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)
20 Jul   [#2] In reply to [#1]
Put the mouse out of selected objects
thenPress ESC ;) (On PC)

You have also if Menu Menu Select Opened / Press Deselect All
From: Phiro
20 Jul   [#3]
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)
20 Jul   [#4]
Thanks!