溜溜问答 > 平面设计 > CAD问答 > 如何修改AutoCAD中的快捷键?
ken
ken
邀请你来回答
266人阅读 2020-12-31

如何修改AutoCAD中的快捷键?

例如我想把工具栏中的实时平移(pan)快捷键P修改成Q如何修改?兄弟我先,谢谢了~~!!
我要回答
2个回答

在AutoCAD安装文件夹下,路径为:

Program files\AutoCAD 2004\SUpport

找到aCAD.pgp这个文件

这个文件可用记事本或写字板打开,

打开后,你会看到这些:
; AutoCAD Program parameters file For AutoCAD 2000
; external command and command alias definitions

; copyright (c) 1997-1999 by Autodesk, inc.

; each time you open a new or existing draWing, AutoCAD searches
; the SUpport path and reads the first aCAD.pgp file that it finds.

; -- external commands --
; while AutoCAD is running, you can invoke other Programs or utilities
; SUch Windows system commands, utilities, and applications.
; you define external commands by specifying a command name to be used
; from the AutoCAD command Prompt and an executable command string
; that is passed to the operating system.

; -- command aliases --
; you can abBreviate frequently used AutoCAD commands by defining
; aliases For them in the command alias section of aCAD.pgp.
; you can CReate a command alias For any AutoCAD command,
; device driver command, or external command.

; recommendation: back up this file beFore editing it.

; external command Format:
,[],,[*]

; the bits of the bit flag have the folloWing meanings:
; bit 1: if set, don't wAIt For the application to finish
; bit 2: if set, run the application minimized
; bit 4: if set, run the application "hIDden"
; bit 8: if set, put the argument string in quotes

; fill the "bit flag" field with the SUm of the desired bits.
; bits 2 and 4 are mutually exclusive; if both are specified, only
; the 2 bit is used. the most useful values are likely to be 0
; (start the application and wAIt For it to finish), 1 (start the
; application and don't wAIt), 3 (minimize and don't wAIt), and 5
; (hIDe and don't wAIt). values of 2 and 4 should normally be avoIDed,
; as they make AutoCAD unavAIlable until the application has completed.

; bit 8 allows commands like del to work Properly with filenames that
; have spaces SUch as "long filename.DWg". note that this will interfere
; with passing space delimited lists of file names to these same commands.
; if you PRefer multiplefile SUpport to using long file names, turn off
; the "8" bit in those commands.

; examples of external commands For command Windows

catalog, dir /w, 8,file specification: ,
del, del, 8,file to delete: ,
dir, dir, 8,file specification: ,
edit, start edit, 9,file to edit: ,
sh, , 1,*os command: ,
shell, , 1,*os command: ,
start, start, 1,*application to start: ,
type, type, 8,file to list: ,

; examples of external commands For Windows
; see also the (startapp) Autolisp function For an alternative method.

explorer, start explorer, 1,,
notepad, start notepad, 1,*file to edit: ,
pBrush, start pBrush, 1,,
calc, start calc, 1,,

; command alias Format:
,*

; the folloWing are gUIdelines For CReating new command aliases.
; 1. an alias should reduce a command by at least two characters.
; commands with a control key eqUIvalent, status bar button,
; or function key do not reqUIre a command alias.
; examples: control n, o, p, and s For new, open, PRint, save.
; 2. try the first character of the command, then try the first two,
; then the first three.
; 3. once an alias is defined, add SUffixes For related aliases:
; examples: r For redraw, ra For redrawall, l For line, lt For
; linetype.
; 4. use a hyphen to differentiate between command line and dialog
; box commands.
; example: b For block, -b For -block.

; exceptions to the rules include aa For area, t For mtext, x For explode.

; -- sample aliases For AutoCAD commands --
; these examples include most frequently used commands.

3a, *3Darray
3Do, *3Dorbit
3f, *3Dface
3p, *3Dpoly
a, *arc
adc, *adcenter
aa, *area
al, *align
ap, *appload
ar, *array
att, *attdef
-att, *-attdef
ate, *attedit
-ate, *-attedit
atte, *-attedit
b, *block
-b, *-block
bh, *bhatch
bo, *boundary
-bo, *-boundary
Br, *Break
c, *circle
ch, *Properties
-ch, *change
cha, *chamfer
col, *color
colour, *color
co, *copy
d, *dimstyle
dal, *dimaligned
dan, *dimangular
dba, *dimbaseline
dbc, *dbconnect
dce, *dimcenter
dco, *dimcontinue
ddi, *dimdiameter
ded, *dimedit
di, *dist
div, *divIDe
dli, *dimlinear
do, *donut
dor, *dimordinate
dov, *dimoverrIDe
dr, *draWorder
dra, *dimradius
ds, *dsettings
dst, *dimstyle
dt, *dtext
dv, *dview
e, *erase
ed, *ddedit
el, *elliPSe
ex, *extend
exit, *qUIt
exp, *export
ext, *extrude
f, *fillet
fi, *filter
g, *group
-g, *-group
gr, *ddgriPS
h, *bhatch
-h, *hatch
he, *hatchedit
hi, *hIDe
i, *insert
-i, *-insert
iad, *imageadjust
iat, *imageattach
icl, *imageclip
im, *image
-im, *-image
imp, *import
in, *intersect
inf, *interfere
io, *insertobj
l, *line
la, *layer
-la, *-layer
le, *qleader
len, *lengthen
li, *list
lineweight, *lweight
lo, *-layout
ls, *list
lt, *linetype
-lt, *-linetype
ltype, *linetype
-ltype, *-linetype
lts, *ltscale
lw, *lweight
m, *move
ma, *matchProp
me, *meaSUre
mi, *mirror
ml, *mline
mo, *Properties
ms, *mspace
mt, *mtext
mv, *mview
o, *offset
op, *options
orbit, *3Dorbit
os, *osnap
-os, *-osnap
p, *pan
-p, *-pan

前面的英文可以不管,后面的就显示的是CAD的快捷键了,

你看到了吧?

建议:在改动之前先备份一个.

如果你的电脑安装了天正软件,那么这个文件的路径在天正目录下.

你可以通过查找"*.pgp"文件来实现。

查看全部
2020-12-31
回复 采纳

在AutoCAD安装文件夹下,路径为:

Program files\AutoCAD 2004\SUpport

找到aCAD.pgp这个文件

这个文件可用记事本或写字板打开,

打开后,你会看到这些:
; AutoCAD Program parameters file For AutoCAD 2000
; external command and command alias definitions

; copyright (c) 1997-1999 by Autodesk, inc.

; each time you open a new or existing draWing, AutoCAD searches
; the SUpport path and reads the first aCAD.pgp file that it finds.

; -- external commands --
; while AutoCAD is running, you can invoke other Programs or utilities
; SUch Windows system commands, utilities, and applications.
; you define external commands by specifying a command name to be used
; from the AutoCAD command Prompt and an executable command string
; that is passed to the operating system.

; -- command aliases --
; you can abBreviate frequently used AutoCAD commands by defining
; aliases For them in the command alias section of aCAD.pgp.
; you can CReate a command alias For any AutoCAD command,
; device driver command, or external command.

; recommendation: back up this file beFore editing it.

; external command Format:
; ,[],,[*],

; the bits of the bit flag have the folloWing meanings:
; bit 1: if set, don't wAIt For the application to finish
; bit 2: if set, run the application minimized
; bit 4: if set, run the application "hIDden"
; bit 8: if set, put the argument string in quotes
;
; fill the "bit flag" field with the SUm of the desired bits.
; bits 2 and 4 are mutually exclusive; if both are specified, only
; the 2 bit is used. the most useful values are likely to be 0
; (start the application and wAIt For it to finish), 1 (start the
; application and don't wAIt), 3 (minimize and don't wAIt), and 5
; (hIDe and don't wAIt). values of 2 and 4 should normally be avoIDed,
; as they make AutoCAD unavAIlable until the application has completed.
;
; bit 8 allows commands like del to work Properly with filenames that
; have spaces SUch as "long filename.DWg". note that this will interfere
; with passing space delimited lists of file names to these same commands.
; if you PRefer multiplefile SUpport to using long file names, turn off
; the "8" bit in those commands.

; examples of external commands For command Windows

catalog, dir /w, 8,file specification: ,
del, del, 8,file to delete: ,
dir, dir, 8,file specification: ,
edit, start edit, 9,file to edit: ,
sh, , 1,*os command: ,
shell, , 1,*os command: ,
start, start, 1,*application to start: ,
type, type, 8,file to list: ,

; examples of external commands For Windows
; see also the (startapp) Autolisp function For an alternative method.

explorer, start explorer, 1,,
notepad, start notepad, 1,*file to edit: ,
pBrush, start pBrush, 1,,
calc, start calc, 1,,

; command alias Format:
; ,*

; the folloWing are gUIdelines For CReating new command aliases.
; 1. an alias should reduce a command by at least two characters.
; commands with a control key eqUIvalent, status bar button,
; or function key do not reqUIre a command alias.
; examples: control n, o, p, and s For new, open, PRint, save.
; 2. try the first character of the command, then try the first two,
; then the first three.
; 3. once an alias is defined, add SUffixes For related aliases:
; examples: r For redraw, ra For redrawall, l For line, lt For
; linetype.
; 4. use a hyphen to differentiate between command line and dialog
; box commands.
; example: b For block, -b For -block.
;
; exceptions to the rules include aa For area, t For mtext, x For explode.

; -- sample aliases For AutoCAD commands --
; these examples include most frequently used commands.

3a, *3Darray
3Do, *3Dorbit
3f, *3Dface
3p, *3Dpoly
a, *arc
adc, *adcenter
aa, *area
al, *align
ap, *appload
ar, *array
att, *attdef
-att, *-attdef
ate, *attedit
-ate, *-attedit
atte, *-attedit
b, *block
-b, *-block
bh, *bhatch
bo, *boundary
-bo, *-boundary
Br, *Break
c, *circle
ch, *Properties
-ch, *change
cha, *chamfer
col, *color
colour, *color
co, *copy
d, *dimstyle
dal, *dimaligned
dan, *dimangular
dba, *dimbaseline
dbc, *dbconnect
dce, *dimcenter
dco, *dimcontinue
ddi, *dimdiameter
ded, *dimedit
di, *dist
div, *divIDe
dli, *dimlinear
do, *donut
dor, *dimordinate
dov, *dimoverrIDe
dr, *draWorder
dra, *dimradius
ds, *dsettings
dst, *dimstyle
dt, *dtext
dv, *dview
e, *erase
ed, *ddedit
el, *elliPSe
ex, *extend
exit, *qUIt
exp, *export
ext, *extrude
f, *fillet
fi, *filter
g, *group
-g, *-group
gr, *ddgriPS
h, *bhatch
-h, *hatch
he, *hatchedit
hi, *hIDe
i, *insert
-i, *-insert
iad, *imageadjust
iat, *imageattach
icl, *imageclip
im, *image
-im, *-image
imp, *import
in, *intersect
inf, *interfere
io, *insertobj
l, *line
la, *layer
-la, *-layer
le, *qleader
len, *lengthen
li, *list
lineweight, *lweight
lo, *-layout
ls, *list
lt, *linetype
-lt, *-linetype
ltype, *linetype
-ltype, *-linetype
lts, *ltscale
lw, *lweight
m, *move
ma, *matchProp
me, *meaSUre
mi, *mirror
ml, *mline
mo, *Properties
ms, *mspace
mt, *mtext
mv, *mview
o, *offset
op, *options
orbit, *3Dorbit
os, *osnap
-os, *-osnap
p, *pan
-p, *-pan

前面的英文可以不管,后面的就显示的是CAD的快捷键了,

你看到了吧?

建议:在改动之前先备份一个.

如果你的电脑安装了天正软件,那么这个文件的路径在天正目录下.

你可以通过查找"*.pgp"文件来实现.

好运:))

查看全部
2020-12-31
回复 采纳

相关问题

怎么修改AutoCAD的快捷键?
共2条回答 >
👾-Ash: 修改aCAD.pgp文件之前做两件事:1、备份好该pgp文件;2、在画图环境下先试下欲指定的快捷键是否提示为未知命令,以免产生冲突造成不必要的麻烦。
(5) 回复
AutoCAD特定命令快捷键如何修改?
共1条回答 >
以梦为马: 编辑aCAD.pgp这个文件,找到字母a对应的哪一行,把a改成k,保存文件,再启动AutoCAD,快捷键就改过来了。a,*arc-----------就是这一行,改成:k,*arc------------改成这样就可以了
(1) 回复
AutoCAD快捷键修改?
共1条回答 >
惠州市风尚装饰有限公司: 1,首先我们在电脑中打开CAD软件3,然后选择底部的【自定义】5,然后选择【键盘快捷键】7,最后点击应用,在点击关闭就可以了。这样你就拥有了一套属于自己的AutoCAD命令快捷键了。
回复
AutoCAD 修改快捷键?
共1条回答 >
Felicia思彤: 1,首先我们在电脑中打开CAD软件3,然后选择底部的【自定义】5,然后选择【键盘快捷键】7,最后点击应用,在点击关闭就可以了。这样你就拥有了一套属于自己的AutoCAD命令快捷键了。
回复
AutoCAD怎么修改快捷键?CAD修改快捷键命令是什么?
共1条回答 >
呱呱兔: 在使用autocad软件的时候,为方便使用者,利用快捷键来代替鼠标。但是cad命令很多,常用的命令对应的快捷命令都是英文的首字母或者缩写,所以如果自己能修改定义cad的快捷键就可以提升很大的效率了。那么怎么快速修改cad快捷键呢?我下面就为大家介绍一下:第一步:打开AutoCAD软件,单击(工具)-(自定义)-(编辑程序参数),然后打开PGP文件(cad的命令参数文件,是TXT格式文件)。找到你需要修改键盘快捷键的命令,如直线绘制命令“LINE”,CAD对应的默认快捷键是L,有的工程师喜欢称画直....
回复
发表成功!
感谢您的分享!
好的