Autocad starts the wrong command.

Autocad starts the wrong command.

Anonymous
Not applicable
2,333 Views
4 Replies
Message 1 of 5

Autocad starts the wrong command.

Anonymous
Not applicable

If I try to enter a two letter command on the command line autocad seems to pick a different command.  Example is I want to CO for copy it starts the circle command C. Why does it do this?

Accepted solutions (1)
2,334 Views
4 Replies
Replies (4)
Message 2 of 5

chriscowgill7373
Advisor
Advisor

Please look into INPUTSEARCHOPTIONS

https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoC...

Changing the settings or turning it off all together will probably resolve your issue.


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

Message 3 of 5

dan908
Autodesk
Autodesk
Accepted solution

Like Chris said. Typically you just need to adjust the timer a little bit because it seems to be that if the timer is just finishing for AutoComplete and you push enter it will take the autocompleted word.



Dan

AutoCAD Quality Assurance Manager
Message 4 of 5

imadHabash
Mentor
Mentor

Hi,

 

i suggest to check these commands from ALIASEDIT command.

 

Regards,

Imad Habash

EESignature

0 Likes
Message 5 of 5

nawU64QN
Contributor
Contributor

Thanks for the timer suggestion!

 

CO is a big reach on the keyboard so it takes just the wrong amount of time for the new autocomplete feature and evokes circle rather than copy

 

For years I would set C as the shortcut for copy, but after upgrading machines enough times and issues with losing profiles, I learned all the default shortcuts.

Somewhere in there I had gone through a Lisp phase which was handy if I was using someone else's computer.  Surprised I still remember:   (Defun C:C () (Command "copy"))

 

Anyways my point is: Who draws more circles than they use copy.  Copy should have been the C shortcut all along!

0 Likes