__Subject__: Re: using the keybord in Autocad 2004
__Date__: Tue, 25 Nov 2003 02:01:07 -0600
Jakub wrote:
do you know autolisp ?
because you can redefine with autolisp like (defun c:r () (command
"regen")).
Autolisp??? Why make something easy harder?
with autolisp a shortcut can be a very very long shortcut. ;-)
ok! it's not easy! but, how to make something like "zoom extends" with
.pgp ? or more complexe commands ?
other sample: copy multiple --> (command "copy" (ssget) "" "m")