使好你的左手剑——AutoCAD快捷键自定义
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
使好你的“左手剑”——CAD快捷键自定义
工欲善其事,必先利其器。只要工作涉及到cad就有必要亲自定制适合自己的快捷键,目的就一个——提高工作效率。
AutoCAD所有定义的快捷命令都保存ACAD.PGP文件中(CAD安装辅助制图插件如清华天河后,新增加的命令的快捷命令同样在此文件中),在CAD安装目录中搜索ACAD.PGP文件,此文件是一个纯文本文件,我们可以通过修改该文件的内容来定义自己常用的快捷命令。个人认为,应遵循如下原则:1.应把常用命令的快捷键设置在键盘的左半边,以便左手按取;2.所设置的快捷键应简洁易按,如单字母,或者两个一样的字母组合。
以下是依照本人习惯所设置的快捷键命令:
Q:直线
C:圆
T:修剪
A:复制对象
RR:镜像
FF:偏移
Ctrl+Z:取消前一步操作(或者U)
AA:计算面积
EE:删除
EX:延伸
X:炸开
V:超级编辑D:智能标注
G:移动
F:倒圆
S:倒角
E:格式刷
R:旋转
Z:填充
CC:粗糙度
SC:缩放
SE:设置极轴角度
ST:打开字体设置对话框
B:打断
Y:标注直径
H:标注半径
XX:多行文字
ZX:圆的中心线
DD:标注样式
AR:阵列
RE:重生成视图
F3:捕捉开关
F8:正交
F10:极轴
RA:四边形
QQ:构造线
设置完成后,作图时可用命令K或者F12关闭工具栏,使您拥有更加广阔的操作空间!
以下内容一致到结束,就是CAD快捷键自定义的程序文件ACAD.PGP中的程序内容,用以下内容覆盖原ACAD.PGP程序内容
后,即可!
;
;
; AutoCAD Program Parameters File For AutoCAD 2004
; External Command and Command Alias Definitions
; Copyright (C) 1997-2002 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,