AutoCAD Architecture Customization
Welcome to Autodesk’s AutoCAD Architecture Customization Forums. Share your knowledge, ask questions, and explore popular AutoCAD Architecture Customization topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

layfrz, layoff

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
910 Views, 3 Replies

layfrz, layoff

I am prone to using keyboard shortcuts more than toolbars, and would
like to add layfrz and layoff to my two letter keyboard shortcuts. I have
tried to do this with the ADT 3.3 Acad2000doc.lsp file by adding the
following:


(defun c:lf ( / )
(command "_.layfrz")
(princ)
)

(defun c:lo ( / )
(command "_.layoff")
(princ)
)

.........and have been unsuccessful. If anyone can help with this, I would
like to add laythw, layon, etc.

Thanks in advance
_________________
Brian D. Sawyer, AIA
Architect Interior Design
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

(defun c:lf ( / )
(c:layfrz)
(princ)
)
etc...
--
"Make the most of the best
and the least of the worst."
Robert Louis Stevenson

http://www.acadx.com
Message 3 of 4
Anonymous
in reply to: Anonymous

edit the acad.pgp file.

"Brian Sawyer" wrote in message
news:189F25FD6B1E77BA17A8E0F473197A97@in.WebX.maYIadrTaRb...
> I am prone to using keyboard shortcuts more than toolbars, and would
> like to add layfrz and layoff to my two letter keyboard shortcuts. I have
> tried to do this with the ADT 3.3 Acad2000doc.lsp file by adding the
> following:
>
>
> (defun c:lf ( / )
> (command "_.layfrz")
> (princ)
> )
>
> (defun c:lo ( / )
> (command "_.layoff")
> (princ)
> )
>
> .........and have been unsuccessful. If anyone can help with this, I
would
> like to add laythw, layon, etc.
>
> Thanks in advance
> _________________
> Brian D. Sawyer, AIA
> Architect Interior Design
>
>
Message 4 of 4
Anonymous
in reply to: Anonymous

As long as you have Express Tools loaded it's much easier to edit the
acad.pgp file with ALIASEDIT.


"Brian Sawyer" wrote in message
news:189F25FD6B1E77BA17A8E0F473197A97@in.WebX.maYIadrTaRb...
> I am prone to using keyboard shortcuts more than toolbars, and would
> like to add layfrz and layoff to my two letter keyboard shortcuts. I have
> tried to do this with the ADT 3.3 Acad2000doc.lsp file by adding the
> following:
>
>
> (defun c:lf ( / )
> (command "_.layfrz")
> (princ)
> )
>
> (defun c:lo ( / )
> (command "_.layoff")
> (princ)
> )
>
> .........and have been unsuccessful. If anyone can help with this, I
would
> like to add laythw, layon, etc.
>
> Thanks in advance
> _________________
> Brian D. Sawyer, AIA
> Architect Interior Design
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost