Shortcuts and commands in Lisp

Shortcuts and commands in Lisp

carlos_m_gil_p
Advocate Advocate
1,175 Views
2 Replies
Message 1 of 3

Shortcuts and commands in Lisp

carlos_m_gil_p
Advocate
Advocate

Hello boys how are you. I wanted to consult something. There is some way to make the shortcut and command appear at the same time. As when you are going to activate the line command, just type the letter L and the line name is also shown.

L (LINE)

I want to make my Lisp show up that way.

 

Atajo y comando.jpg


AutoCAD 2026
Visual Studio Code 1.99.3
AutoCAD AutoLISP Extension 1.6.3
Windows 10 (64 bits)

0 Likes
Accepted solutions (1)
1,176 Views
2 Replies
Replies (2)
Message 2 of 3

ВeekeeCZ
Consultant
Consultant
Accepted solution

The command can be LISP but the shortcut has to be assigned at acad.pgp file.

Message 3 of 3

carlos_m_gil_p
Advocate
Advocate

Thanks for the explanation.

I thought it was something that is added at the time of doing the main function.

(defun c: .....
Greetings.

 


AutoCAD 2026
Visual Studio Code 1.99.3
AutoCAD AutoLISP Extension 1.6.3
Windows 10 (64 bits)

0 Likes