PDA

View Full Version : modifying single key commands



dekrem
2010-11-09, 05:15 PM
Hi,

When I type "C" into the command line, I get a circle. I would like to make "C" the copy command, and have "CI" be my circle command. How do I do this? I tried with the Shortcut Keys, but that didn't work.

cadtag
2010-11-09, 05:33 PM
look into acad.pgp from the Help.

NerdlingOne
2010-11-12, 04:18 PM
When you find and end the acad.pgp, rather that replacing the C, CIRCLE command, place the alias you would like for copy at the very end of the file. The commands at the very end of the file will load last and take precedence. In your case, the end of your acad.pgp would look like this.

; -- User Defined Command Aliases --
; Make any changes or additions to the default AutoCAD command aliases in
; this section to ensure successful migration of these settings when you
; upgrade to the next version of AutoCAD. If a command alias appears more
; than once in this file, items in the User Defined Command Alias take
; precedence over duplicates that appear earlier in the file.
C, *copy