|
Re: AutoCAD快捷鍵
快捷鍵在AutoCAD安裝目錄的support目錄文件acd.pgp里面可以自己定義,更適合自己的操作習慣。比如下面就是一個例子。
1 w' c2 |" E# h% W/ c# Q! F
( ^4 W3 Z X( I; M I; t* e3 [+ \/ w6 C/ Y1 t6 }
; AutoCAD Program Parameters File For AutoCAD Release 14
8 U2 i" j% d$ b1 V$ ~$ c; G) i) l6 D; External Command and Command Alias Definitions
. z) J7 Z3 M# h! t
9 G+ c, M' b$ |( B& `; Copyright (C) 1997 by Autodesk, Inc.
1 E0 Y M0 e% D. R9 `
0 J2 q m0 v6 f; Each time you open a new or existing drawing, AutoCAD searches
% ~) U+ b1 a7 h; e' Q6 ?3 f+ {; the support path and reads the first acad.pgp file that it finds.- G }" k$ M- }: t6 t
! U# l8 l$ ]: N. C; While AutoCAD is running, you can invoke other programs or utilities, 3 T/ G8 L s! w) X
; such Windows system commands, utilities, and applications.: X* c5 \ w" M* L
; You define external commands by specifying a command name to be used
. c+ d8 ~2 r. i% l+ z# ^* y6 c3 E- W; from the AutoCAD command prompt and an executable command string
4 ?3 Q# m" P/ }, r5 G1 Q5 V% Z! T; that is passed to the operating system. 1 E: D3 t) P# ]: M/ F3 E
( j& Q1 ^1 s3 o% v& t
; You can abbreviate frequently used AutoCAD commands by defining
0 a H- b( w& O6 l {; aliases for them in the command alias section of acad.pgp.
/ S1 \, T: r: w* k; ?* L0 y; You can create a command alias for any AutoCAD command,4 t. P8 e5 c7 g* F; t9 D$ l
; device driver command, or external command.6 W9 s H+ t: a- P0 n
0 C* ]" R9 {- E- C' u/ w
; Recommendation: back up this file before editing it.
- q9 B% i4 H/ @& A6 k6 g. B/ \" E5 X/ @0 @! `& L4 X
; There is a bonus application for editing command aliases as well as 8 ~: ]9 O9 ?+ l H( J$ z
; a sample acad.pgp file with many more command aliases.
$ C4 [; S) X- G9 f8 M5 |; See the bonus\cadtools folder for more details.
( I% C0 x ?, Y! O0 \1 I# j/ S# |0 q2 _( p
4 S5 M8 x1 G6 ?- v r
; External command format:
" V2 E2 @- A; n) F& M; ,[],,,( c( M6 j, I5 G3 N$ @
5 \2 e; {6 Y7 F1 U2 \; The bits of the bit flag have the following meanings:# Z. @ _; v# J4 _5 R. F
; First bit (1): if set, don't wait for the application to finish; [- Y! G% k) A& w! h, J
; Second bit (2): if set, run the application minimized
$ }# v$ Z7 Y; r4 R% C7 u3 |; Third bit (4): if set, run the application "hidden"/ s& c& |- T5 t( Z
; Bits 2 and 4 are mutually exclusive; if both are specified only the 2 bit is used.
: W- x; G4 R0 L" R- B5 d* x; The most useful values are likely to be 0 (start the application and wait! J; r3 L( m: e, |, @0 O7 R& s$ f. N
; for it to finish), 1 (start the application and don't wait), 3 (minimize and don't9 C- ^5 P$ ]& o6 ?
; wait), and 5 (hide and don't wait). Values of 2 and 4 should normally be avoided,
5 U/ `3 s; ?2 J) @! }; as they make AutoCAD unavailable until the application has completed.! ?8 ?: M h3 w
5 y% C s1 Q2 Z" B, h; Examples of external commands for command windows
/ r4 v2 Y2 U( P7 n6 y6 D8 e- R2 O! q3 B( M- N5 A: P
CATALOG, DIR /W, 0,File specification: ,
, L: V. M# p: i P6 a. rDEL, DEL, 0,File to delete: ,7 j+ s) A: \+ S7 v
DIR, DIR, 0,File specification: , M- a: m0 |$ K8 h+ w. Y) F
EDIT, START EDIT, 1,File to edit: ,/ P1 O9 E! z- q `
SH, , 1,*OS Command: ,3 y% k& I9 L' t0 B
SHELL, , 1,*OS Command: ,
5 ^( ^) u B/ oSTART, START, 1,*Application to start: ,5 x+ ?7 n: i' i1 z" j, q; j
TYPE, TYPE, 0,File to list: , w; @! t! g+ Q/ D5 O; S. V, X( D" e
% K4 s& l0 x3 B" O y
; Examples of external commands for Windows
% v8 m6 z! l- B5 m* W i; See also the STARTAPP AutoLISP function for an alternative method.
5 w C, T! Y0 z; F2 l8 f
O5 S) C/ k, KEXPLORER, START EXPLORER, 1,,- ^! d" D6 N1 F. k7 \
NOTEPAD, START NOTEPAD, 1,*File to edit: ,
, P# H3 y; F$ n" R) J% S$ uPBRUSH, START PBRUSH, 1,,
% A; y. v0 v7 D7 @4 J5 D2 w' E% e$ j) j
7 l; d9 T. a* A, w7 f4 x0 {; Command alias format:
3 _' L! Y8 ~' S' G% o3 e5 O$ s2 h; ,* L" o6 W9 w& p3 Y$ k
, X* N9 N. I6 V& H! Q
; The following are guidelines for creating new command aliases.
: x5 c0 N3 |/ H3 ?; 1. Try the first character of the command, then try the first two,
1 j0 e/ u; ~) X" Q! O% M; then the first three.9 A- U1 D$ _+ }, q9 Z5 N
; 2. Ignore "DD" at the beginning of a command.
3 N7 ^! h4 K8 D- @1 P" W7 @+ u; 3. Abbreviate the following prefixes: 6 x' y( m1 H: L+ [
; Examples: 3 for 3D, A for ASE, D for Dim, I for Image, R for render.3 B4 [+ q% m V- l3 M8 a) e- Q
; 4. Once an alias is defined, add suffixes for related aliases: 3 R3 \; ~' k! |0 P' q
; Examples: R for Redraw, RA for Redrawall, L for Line, LT for Linetype.
2 G( v6 H, N3 p! n; k4 G! y; 5. An alias should reduce a command by at least two characters.# ~" s: P$ E f9 z
; 6. Commands with a control key equivalent, status bar button, or function key
2 Q, m; v5 {, i3 y* {4 {) ^; do not require a command alias.
9 d% }- |8 Y- D* G5 l3 i% y: k; x; Examples: Use Control-N, -O, -P, and -S for New, Open, Print, and Save$ F3 h6 g' L0 |
; 7. Use a hyphen to differentiate between command line and dialog box commands.
* i# x1 a- I, w0 w: A: ?7 ]! o, E; 8. Exceptions to the rules include AA for Area, T for Mtext, X for Explode.* x* ?; |0 {5 L8 c* ^
5 R4 C4 w7 q% r9 N! z; Sample aliases for AutoCAD commands. Z, n* V* \& [8 q u% `, k
; These examples include most frequently used commands.
! o6 g/ s0 I3 o# k+ U" U w- {8 G- C4 k
3A, *3DARRAY
; p3 h* H' d' Y/ n. }1 F* S5 |+ v3F, *3DFACE
+ w1 ]1 U$ C& J9 L. b% v3P, *3DPOLY, ]4 l% t: F% R0 h3 a3 B; D: a
A, *ARC
. l' y, R" L- }0 w4 ^AA, *AREA8 `3 A, J6 }5 h0 e
AL, *ALIGN
5 L4 k6 M4 R# j+ B9 O+ nAP, *APPLOAD& _: z4 k9 G( |+ O9 x6 l
AR, *ARRAY8 w2 U, B& p. Y, ?' \
AAD, *ASEADMIN
7 v% Y6 {, s3 ZAEX, *ASEEXPORT0 f: r/ f: q; n6 [6 O9 n8 h
ALI, *ASELINKS! m5 M: j# o3 R+ h0 ~
ASQ, *ASESQLED
8 x* o7 L4 U p8 b I; I- m1 JARO, *ASEROWS, z$ O3 m4 h a6 H
ASE, *ASESELECT1 b( z$ Q; y+ E$ N2 {0 `
AT, *DDATTDEF
8 E8 d2 J+ h' V8 d* U5 U-AT, *ATTDEF
, f, }4 T% G# ]" ? [1 @ATE, *DDATTE
* P0 D0 }: G" y6 o. M7 Y' M: ~-ATE, *ATTEDIT
( V3 n6 Q9 z- d) rB, *BMAKE
$ o9 e, l! E1 x3 N! P-B, *BLOCK/ H; z, Q4 e* n4 i u/ m4 V
BH, *BHATCH
0 j: q6 B4 d! E" M0 o. T% DBO, *BOUNDARY
1 w1 h! K2 e: T* W( ^/ E- `+ e-BO, *-BOUNDARY
0 @ n/ ], V0 P u% r! M; X6 LBR, *BREAK h0 ]6 q) P$ I9 c' x ^
C, *CIRCLE; T% R8 o1 \; |
CH, *DDCHPROP
) {6 Y+ ]" O2 e8 o+ M' ], r-CH, *CHANGE2 M, m. F4 l# J) @3 ]) [" l0 ^6 m; u3 w
CHA, *CHAMFER& `$ { R) ]+ \+ w- }! C O
COL, *DDCOLOR
4 b, ?. S: {7 R' x( t0 j& TCO, *COPY1 l9 ?# k! r. ]0 |7 O6 i
D, *DDIM
6 K- ~/ C! h# H! _- K. G! W4 yDAL, *DIMALIGNED* u7 t" X _( j& z( \
DAN, *DIMANGULAR
$ r4 w+ N+ ?0 M9 U1 @DBA, *DIMBASELINE* y4 e- V/ [7 u/ ?, L
DCE, *DIMCENTER
) i3 }5 h1 H3 H* pDCO, *DIMCONTINUE! l% g5 W2 Y4 [- {+ x% `9 y
DDI, *DIMDIAMETER
0 P: F5 p, ?3 V$ ^$ v& ~DED, *DIMEDIT& }. h( p* H" j4 |. ^' R. Z0 U
DI, *DIST; E1 `$ Q* i5 y) {3 f; k% ~$ O
DIV, *DIVIDE' C- P! G) z5 Q! _3 r5 O9 C* j
DLI, *DIMLINEAR( j& v1 m! W% s4 @- |8 A
DO, *DONUT# e/ w7 Y) ]! y: z
DOR, *DIMORDINATE
0 C: B& o4 q3 D2 }" w0 ~DOV, *DIMOVERRIDE G, s& D2 S& Y" y9 Q& x) S
DR, *DRAWORDER
0 n8 Y [8 u* [# ?' w( f7 UDRA, *DIMRADIUS8 i' p# x h6 a
DST, *DIMSTYLE
3 o. T" d% W+ E5 DDT, *DTEXT
. x8 E8 i" L9 f7 lDV, *DVIEW/ [9 U- o! k3 E) E) O
E, *ERASE
- ~9 c! P, ^. |ED, *DDEDIT. y! ^2 I0 l: r9 G
EL, *ELLIPSE p/ N: H( G" y! Y" u
EX, *EXTEND3 i& I9 O* @& v5 y2 E- l& s
EXIT, *QUIT- m1 ?. F, E4 A8 {
EXP, *EXPORT7 C O& T+ V+ l |3 N, q
EXT, *EXTRUDE; R ^3 ]/ o9 j4 I% }2 H# k6 I& Y2 C
F, *FILLET" S$ `. a N& {+ V) h- B J
FI, *FILTER
' e- k9 r- M! M# H9 R( A- nG, *GROUP
" B% Z5 w* e9 F2 d; J+ D6 q! T! {-G, *GROUP
3 E: u' f% o# tGR, *DDGRIPS
" y% L9 _+ c2 e! m3 n1 x; _H, *BHATCH
/ v; t( F$ T5 s9 Q8 s-H, *HATCH
4 K' M e, H% M7 h5 M8 u6 x5 XHE, *HATCHEDIT
3 q3 n9 i, P$ t4 x) U0 rHI, *HIDE9 N( p# j+ S; J7 w6 m, O; O/ [9 q
I, *DDINSERT. F) y2 V2 u8 @0 y
-I, *INSERT
8 F7 j! E' E) j& P- w" XIAD, *IMAGEADJUST) Y) B0 x! }4 i, P6 q4 Z1 C1 D
IAT, *IMAGEATTACH$ C% S" @) U) Z' x
ICL, *IMAGECLIP. ^/ ?: x( N ]2 q% i
IM, *IMAGE
/ i' N4 s- X- ~* M/ r% @8 c* J-IM, *-IMAGE9 a% l2 g: y7 D4 q# x: B6 x
IMP, *IMPORT
4 R; m! Z, ?! g8 K" K, a/ MIN, *INTERSECT) A+ w, W- r: m8 g3 J8 _* e! W
INF, *INTERFERE1 F* P2 ?. x' ^0 k8 L+ I. H
IO, *INSERTOBJ
7 W4 {+ L+ ~$ m5 W9 C6 ^L, *LINE" I7 m9 H8 z ]1 e9 r- e% `
LA, *LAYER, T+ V6 S) c. _4 K# i% x: V
-LA, *-LAYER
0 x! E( S' \' C6 zLE, *LEADER
, V+ J: @/ z; [! gLEN, *LENGTHEN+ n5 |" K$ |- Y2 a0 Y( B4 t4 `) X
LI, *LIST
2 E1 J$ t1 ]/ X2 a) jLS, *LIST& j0 ^, C; i0 b/ E8 o& R
LT, *LINETYPE
; ?; z* T- H0 I+ v-LT, *-LINETYPE( Z% k! ~; X" @- w5 A! t
LTS, *LTSCALE
x6 H. N" c" L, l# k# Z: MM, *MOVE& d7 a; R$ T* Y+ P* w4 ^4 }
MA, *MATCHPROP
9 f3 i% l8 ]% T1 BME, *MEASURE$ I" d" e6 H7 Y; f& G z/ g( b
MI, *MIRROR2 `4 I* G. S2 ~( |- y! j
ML, *MLINE3 H% m( ]+ ]0 N7 Z( V
MO, *DDMODIFY
: y2 ]* H+ M% O8 E% QMS, *MSPACE
: u3 y G1 I* o( qMT, *MTEXT7 t+ N) Y" H$ p& c N/ w2 ~
MV, *MVIEW
+ I! q, d/ p! A" u% P$ UO, *OFFSET
; }5 a- C0 N% T# M/ E# J" X* h5 m( vOS, *DDOSNAP4 N3 \$ d/ p5 D0 D- F
-OS, *-OSNAP, _$ q, K. o& n& a
P, *PAN
5 _! e9 |# r W6 W( ^-P, *-PAN
( K) i/ g4 Z) JPA, *PASTESPEC# c H$ k0 _. {+ c; T. Z
PE, *PEDIT
6 W [% Q! \% |% s# ]PL, *PLINE8 [) \! ~ x% ^$ b; e o# ~: l
PO, *POINT# E J1 I' ]! J4 V, J
POL, *POLYGON7 K% |( ]1 N: q7 y6 Z/ j5 v! e
PR, *PREFERENCES
5 {) T' J6 H6 {' gPRE, *PREVIEW
+ h* A$ o3 y h2 ?- SPRINT, *PLOT
1 m1 _3 ~ n: W" ?PS, *PSPACE
% h4 |6 g, h4 e4 C. v2 rPU, *PURGE c5 h& P/ @' S& Z! j: B7 D
R, *REDRAW
$ I2 ?1 H& {& y, I! q( @" J9 KRA, *REDRAWALL
7 b; L3 v# m6 Z* _" ?- b9 K& H& fRE, *REGEN
0 j1 o E' p! j. JREA, *REGENALL
) R9 }1 y6 G# E PREC, *RECTANGLE
6 I2 J2 P: S5 AREG, *REGION0 z( k% }8 M) `/ F
REN, *DDRENAME4 d+ i, w4 G7 U$ P8 N# V8 B( D
-REN, *RENAME B2 x8 N% V& T: N- l, U9 V3 h" B4 |: \
REV, *REVOLVE
7 i0 A! p) k9 c z5 bRM, *DDRMODES
$ d3 X: x" o K7 r) M' CRO, *ROTATE
" i/ m; ]3 L `" z: \& f$ d0 DRPR, *RPREF
' W. b3 h) ~7 v! c1 V6 ARR, *RENDER
$ E" `* O2 }6 N. I1 Z1 K0 RS, *STRETCH
U9 q T4 Q% m# NSC, *SCALE5 f) @; E3 \, c9 ]% q8 o
SCR, *SCRIPT, g( {3 }9 G9 M. o
SE, *DDSELECT
* k% k+ y8 Q$ KSEC, *SECTION
' L! z& Q; B% ?" E( y; L0 _, [# jSET, *SETVAR
/ T- H ^. p \8 f" v3 E. ESHA, *SHADE. [( N5 z! ` j, l, ?2 f
SL, *SLICE
% z% ]$ z3 d' q- j! ESN, *SNAP
; H9 J3 v! \# z2 U8 z9 iSO, *SOLID: V4 W2 l# v. T( P! F" [) O
SP, *SPELL
1 U" J4 M9 Y6 l9 P7 Y9 y3 lSPL, *SPLINE6 ]0 h0 y! f* n
SPE, *SPLINEDIT
C) u6 r5 ^8 vST, *STYLE+ u- T2 `* }- g: D
SU, *SUBTRACT8 w* z: z+ J+ I/ P% B( o4 ]
T, *MTEXT
/ \ V$ F, ]0 ?2 ?8 S7 M | E L-T, *-MTEXT! H- s+ X# R( x6 x$ _' B* x7 c
TA, *TABLET
% A" s/ d& f$ qTH, *THICKNESS
3 f( Y1 G$ x- @$ e0 h, pTI, *TILEMODE/ Q5 w$ b- ?& B j4 b
TO, *TOOLBAR0 d- _9 V, j+ D a% \! g
TOL, *TOLERANCE# t, H% a% x' G, R% L2 V' w' {
TOR, *TORUS3 x% c) H$ j# r+ ~
TR, *TRIM% O: ?- ?& D" U1 Z$ \9 m, M
UC, *DDUCS
7 _8 M1 h, A6 R* C3 w( DUCP, *DDUCSP* {1 L( j( K5 X& A$ P" l( z. ]
UN, *DDUNITS
' j9 Z7 ^" i8 |3 T-UN, *UNITS: ]# W: N& Y$ ~$ B1 b
UNI, *UNION
3 Q* f- W8 D; w( V, o* }- KV, *DDVIEW
( ?) M4 k8 s# J' V, h1 |5 J-V, *VIEW
2 |4 |# y/ d- C8 F7 H7 M8 FVP, *DDVPOINT
" w/ Q7 O9 c; q7 X+ T-VP, *VPOINT
; a+ V0 ^% B& X$ s! @; X0 kW, *WBLOCK/ _! ?1 r7 x+ A$ z, M
WE, *WEDGE
e) a7 x' |7 Y, [! j4 L+ iX, *EXPLODE
5 j) F6 A9 i9 x* s* o: @XA, *XATTACH
8 B' E) F* Y$ MXB, *XBIND
% R/ d& f) b& X- x5 h9 F' n-XB, *-XBIND
: S2 d7 z( g! B: A8 H% SXC, *XCLIP
5 }2 f5 u' N3 C2 t' _XL, *XLINE0 q3 ~/ ^" g1 T% U& n4 f% N+ T+ a
XR, *XREF* U0 b1 B& H3 {# ^' Y. Y; i
-XR, *-XREF5 B% K' V! a7 I& N: @5 s# p4 Q
Z, *ZOOM; f# `! U# w& B1 w* b3 Y, N2 l
3 Y; J9 _ ~3 D
; The following are alternative aliases and aliases as supplied in AutoCAD Release 13.
2 u9 u* ^+ e _6 e" d& `' s* a2 ^- S6 m# d2 k9 L5 F
AV, *DSVIEWER$ Z/ A; _! y5 [! M9 Z, @
CP, *COPY
7 S6 _- u# J* g- F: f# PDIMALI, *DIMALIGNED
# f! [% R: W7 h) cDIMANG, *DIMANGULAR
6 X0 r: F6 j% E# hDIMBASE, *DIMBASELINE
% ~9 O, Q, `& I- F5 ]DIMCONT, *DIMCONTINUE
* x/ q0 @: D* O4 q6 ~% ADIMDIA, *DIMDIAMETER! n' Y1 Y4 t" b
DIMED, *DIMEDIT
/ d' s$ }, L- u R1 fDIMTED, *DIMTEDIT
6 R+ R* x$ s( C f& NDIMLIN, *DIMLINEAR3 |% f4 G- q* f
DIMORD, *DIMORDINATE
% w' q# N: Q8 HDIMRAD, *DIMRADIUS- w% U8 _& ^; _0 k/ _4 _
DIMSTY, *DIMSTYLE
* l/ O4 p$ w5 d- CDIMOVER, *DIMOVERRIDE' i: k* T( q7 R, Y
LEAD, *LEADER
. A: c# H. _) b: M- bTM, *TILEMODE
4 c1 q1 H) g% K1 U7 d% E |
|