- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
I regularly use the select previous command manually (i.e. type "select" <enter> at the command prompt then type "p" <enter><enter>) to recreate the last selection set.
When you run this command you are shown a highlighted preview of the previous selection set after the first <enter> after typing "p" and after the last <enter> you are left with this active selection set (i.e. grips appear etc)
To speed things up I wanted to add this sequence of commands to the Shorcut Menu "Context menu for default mode" by creating a new command I called "Select Previous" with the macro ^C^Cselect;p;
When I run this command from the shortcut menu I get the preview highlight just like the manual method but when I then hit <enter> I am not given this previous selection set as an active selection - I am left with no selected objects at all.
I notice that Acad had an existing Select Previous command with the macro $M=$(if,$(getvar,cmdactive),,_select;)_p which has the exact same problem as my more basic macro when I try it.
Does anyone know the cause of this difference in functionality between manually typing the command and using either of the two macros?
¡Resuelto! Ir a solución.