03-12-2020
01:28 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-12-2020
01:28 AM
Just basic customization skills needed to be able to write such LISP based macros (using LISP because that way you can assign a name to it). Here is one example.
(defun c:2 () (command "_.view" "_front") (princ))
Although not sure how your 22 command should work. Would you copy-paste the command-line listing to see how would you perform the desired behavior manually?