|
Re: AutoCAD快捷鍵
快捷鍵在AutoCAD安裝目錄的support目錄文件acd.pgp里面可以自己定義,更適合自己的操作習慣。比如下面就是一個例子。" O" `. L8 W! \9 U
+ I0 D, ^1 }% F B. ]- q$ J
6 H6 j( p5 _3 h5 Z6 P; AutoCAD Program Parameters File For AutoCAD Release 14* A6 s$ @0 a9 a' A9 r% `
; External Command and Command Alias Definitions3 F: Z% a+ @0 z. ^6 M1 h2 @
' s9 V! e W' u' {$ Q; Copyright (C) 1997 by Autodesk, Inc.
" [6 }5 G/ W0 Y9 Y5 M6 M6 G3 ]# ~+ ^5 B3 s9 s1 \4 {1 T, Z* E
; Each time you open a new or existing drawing, AutoCAD searches : \: v( V& a# i! i2 m3 I% l
; the support path and reads the first acad.pgp file that it finds.- Z0 \( Z) N8 P, N2 k5 Z/ j8 Z1 T
' P) b: Z* @- h" d3 X; While AutoCAD is running, you can invoke other programs or utilities, 7 q" J' b6 _" X- o3 v
; such Windows system commands, utilities, and applications." d) C3 \% l" x7 O$ I
; You define external commands by specifying a command name to be used
' M" o0 p+ {, T! @; from the AutoCAD command prompt and an executable command string % c0 _3 Z+ M9 d/ }* Y
; that is passed to the operating system. & S) \9 r; y. n F+ M2 R, v# C
& q- X6 Y/ c5 B( P
; You can abbreviate frequently used AutoCAD commands by defining
1 K; l' U4 d% a! G; aliases for them in the command alias section of acad.pgp.6 o9 H! N' N! u% ^$ b- g: E# ?( |
; You can create a command alias for any AutoCAD command,2 _4 x5 G0 b8 n: l) J
; device driver command, or external command." `; B* @) T6 H' |: {1 l
% Q( v4 d# M& a; U+ F; Recommendation: back up this file before editing it.
" f, W) Y3 N8 M3 F8 j6 L
! }3 S& s3 a" W: W; There is a bonus application for editing command aliases as well as $ J6 g# q! M2 \* ~
; a sample acad.pgp file with many more command aliases.
+ W8 ~ I) S, d& J) Z: T/ A; g; See the bonus\cadtools folder for more details. 9 r" t) ]" d* |4 ~& H
2 B! A0 I. P1 K0 }4 y
& I z! t; W5 ]; External command format:* r& H/ u! a5 u2 K
; ,[],,,) N$ y; _ l* d- g$ Y& [- m9 y( M: X& ~
) _0 ?/ R2 D9 d- o
; The bits of the bit flag have the following meanings:- ?8 E1 m3 C( X1 q
; First bit (1): if set, don't wait for the application to finish* [( C+ C; {0 Z; C2 F8 F
; Second bit (2): if set, run the application minimized
$ C' i8 k6 F* k; Third bit (4): if set, run the application "hidden"
. b3 f- J# H7 c( ^! n- v$ c; Bits 2 and 4 are mutually exclusive; if both are specified only the 2 bit is used.; c, q9 I" K* d0 {. A! z
; The most useful values are likely to be 0 (start the application and wait
; X- p2 d1 x9 Z; [% H; for it to finish), 1 (start the application and don't wait), 3 (minimize and don't A5 E- s$ W5 ~' d0 @8 z
; wait), and 5 (hide and don't wait). Values of 2 and 4 should normally be avoided,
& P# T/ U' J$ I# L+ r; as they make AutoCAD unavailable until the application has completed.- J9 N: `3 M7 c5 y9 T6 Q9 ^+ E
6 e3 U2 a) |) p( @; Examples of external commands for command windows
4 f* ?) z/ N# A: k, t) i
& C3 x9 m) ]% Y8 l. ACATALOG, DIR /W, 0,File specification: ,
& ~: K y/ E; r9 M% Y1 YDEL, DEL, 0,File to delete: ,
/ {# e6 b' S2 x' q( ^/ aDIR, DIR, 0,File specification: ,( J! L$ `: u# Z5 t- h9 O, L
EDIT, START EDIT, 1,File to edit: ,
8 x; g; I" F; g Y( v( oSH, , 1,*OS Command: ,
) A7 O3 y B: ySHELL, , 1,*OS Command: ,
- j# K$ \( n, \. i4 `START, START, 1,*Application to start: ,
2 }1 z/ q/ x! a/ }+ H& RTYPE, TYPE, 0,File to list: ,- t( L$ n$ c, w; }! |& }! B' E
2 V0 m1 r" z6 p8 Y' v" ]; Examples of external commands for Windows. O7 W2 H$ l* B" b5 f `! |
; See also the STARTAPP AutoLISP function for an alternative method.# R7 U0 |1 X8 e) k3 ]
e- `* g# P e- |
EXPLORER, START EXPLORER, 1,,
/ A$ I5 h( z3 m7 h& BNOTEPAD, START NOTEPAD, 1,*File to edit: ,2 B' v( Y/ d/ _0 n- e
PBRUSH, START PBRUSH, 1,,4 B1 w% T0 F: A% p! ^$ c* ~& ^
# w- p6 ]1 X9 O/ S
. P" g/ R2 a$ M% E3 w; Command alias format:' n, W, D& o3 V% ~% p, B4 n* B
; ,*) D" @% A/ m. e4 C
9 P! w9 P3 f% t
; The following are guidelines for creating new command aliases.
/ ^/ \( M0 h ?; 1. Try the first character of the command, then try the first two,
/ U7 H" w1 r& g/ E! D$ X3 i; then the first three./ K% Q1 a6 C' l& N
; 2. Ignore "DD" at the beginning of a command.' N. c y1 n* S. i4 T% k) T
; 3. Abbreviate the following prefixes:
7 y& ?3 s6 s3 v( e; Examples: 3 for 3D, A for ASE, D for Dim, I for Image, R for render.
( b9 ]+ z! }' Q% x O8 W/ Z {; 4. Once an alias is defined, add suffixes for related aliases: ( `% y; H* k3 G8 I0 D
; Examples: R for Redraw, RA for Redrawall, L for Line, LT for Linetype.
; @4 X$ r3 F+ E- c# V7 a3 U; 5. An alias should reduce a command by at least two characters.0 p! C a6 d0 E9 O3 q0 ~ R
; 6. Commands with a control key equivalent, status bar button, or function key
; r) L4 X ]+ e, r1 W& }; do not require a command alias.4 K( C% e7 O" Q H
; Examples: Use Control-N, -O, -P, and -S for New, Open, Print, and Save
' |& c0 k6 P) l4 j N4 u# z' q; 7. Use a hyphen to differentiate between command line and dialog box commands.
: X8 l! p1 T/ F- y8 g; 8. Exceptions to the rules include AA for Area, T for Mtext, X for Explode.
; J3 D6 K3 f2 m
- ?1 ?) A% y1 b& {2 r2 M: |; Sample aliases for AutoCAD commands
* W# F- }) D# w1 s O1 G; These examples include most frequently used commands.) r1 X. V4 e0 T
2 z% h! {6 e( z9 U+ I0 q! s) m8 g6 g
3A, *3DARRAY
$ @" c' S. v; m+ `" [3F, *3DFACE
* j( Q* W* _8 v; q* P3P, *3DPOLY
% q- A/ c/ W3 {+ r) j _- RA, *ARC
. W+ v8 Y0 V) T% A/ V* R) J" QAA, *AREA2 P5 U& I1 W5 x P+ l
AL, *ALIGN
8 K! G0 T5 C( iAP, *APPLOAD; s- n" @6 }/ C5 b# O) p% T% r
AR, *ARRAY
9 c' I3 ?$ _0 c- w% l5 DAAD, *ASEADMIN
7 J a2 R$ e& T& mAEX, *ASEEXPORT* y. d: K. k* M2 b$ _ R4 G+ e% m
ALI, *ASELINKS
# O0 x5 i$ t8 ~7 DASQ, *ASESQLED7 i# Z" o4 I- H, {9 Z" L2 R
ARO, *ASEROWS
' F9 ?. u9 P% v% y( \& ?6 n \ASE, *ASESELECT/ B& t. G. x+ ~# _% Y
AT, *DDATTDEF
& n. S7 W- R+ ^-AT, *ATTDEF3 Q7 ?* Q* S$ y! o
ATE, *DDATTE
0 R. R, `) ^" G4 B-ATE, *ATTEDIT, s9 k. p/ F7 `6 y8 F' E7 m: q
B, *BMAKE; R; h: i% f7 W
-B, *BLOCK Z1 m8 E2 P; Z9 f \% Y# j6 S
BH, *BHATCH
! l d% K2 A5 R; [BO, *BOUNDARY
4 x! \; c O, `2 U-BO, *-BOUNDARY
7 n! y& T9 q( B( V0 r# JBR, *BREAK
/ K6 A. y0 K; cC, *CIRCLE& a+ w& d+ w- H( o
CH, *DDCHPROP- ~* Y) R7 |- J ^ x/ f4 R, Z% M
-CH, *CHANGE
. b( |- G4 |7 k: K9 Z# z# gCHA, *CHAMFER
8 F" Y6 e1 ]- ?4 ZCOL, *DDCOLOR/ c c$ [% O6 j( z- n
CO, *COPY
, M$ @, t, ~8 sD, *DDIM
. p7 r ]* z7 FDAL, *DIMALIGNED
, c5 B1 I6 q$ m: I9 P9 FDAN, *DIMANGULAR
" i& p4 S) D4 M' x8 a, c4 xDBA, *DIMBASELINE
$ E7 }7 X, F* H' C' g( fDCE, *DIMCENTER. @1 ]$ s4 m' K/ T$ H* L, H
DCO, *DIMCONTINUE
7 c P& r* f1 `$ PDDI, *DIMDIAMETER
: j, y o* n' d1 zDED, *DIMEDIT/ Q4 J3 u% W& V$ I9 N5 U0 ]7 q
DI, *DIST+ P9 p' L# @# u' h3 P, ^
DIV, *DIVIDE
' s1 T+ t. K( o! }: i" Y& m* X2 _DLI, *DIMLINEAR
6 t$ {* u) ~& w7 `DO, *DONUT
/ a! G: {6 U) f* K b5 RDOR, *DIMORDINATE
! a0 ^; X4 ?0 N! M/ \# }" hDOV, *DIMOVERRIDE
' E* y5 h" P6 p0 ?" ]! [) z3 JDR, *DRAWORDER: ]8 B' ]* W; @: i! _
DRA, *DIMRADIUS
+ ]& L& o# a r1 e+ `6 c% ], M, g2 lDST, *DIMSTYLE. D7 k$ C" @4 `2 p5 v
DT, *DTEXT
% Q! x4 O' L, D g9 W9 t0 G& ^DV, *DVIEW
, K) r/ d+ z8 u7 eE, *ERASE
. u" r4 W: f) k% N$ NED, *DDEDIT3 I9 B5 ]* `8 f: v
EL, *ELLIPSE
2 Z ?$ |' Y9 \6 i( k; pEX, *EXTEND+ v$ |- S* E+ G# P. L/ ~
EXIT, *QUIT# s% B {3 G) \# O
EXP, *EXPORT
) ~$ L# C* I" k+ l, x6 Y2 hEXT, *EXTRUDE' C) E! k; i4 [! F# U
F, *FILLET
( H5 C5 s0 a. T0 s& Q. [: c( ^FI, *FILTER
2 H1 F& l' |& i! _G, *GROUP) z" h) d4 E5 z6 e% z- ?+ E, K% X. J0 ~: m" \
-G, *GROUP- i8 D- a* R6 e$ I
GR, *DDGRIPS! e! a) w7 Y' Y1 M) G3 x
H, *BHATCH
% d+ R* t/ \/ r3 `; V' Q-H, *HATCH* Q& u3 [# M4 V
HE, *HATCHEDIT$ X w5 O5 Y- y, A6 @5 R
HI, *HIDE* p( _0 y: ]0 a/ r& f9 W
I, *DDINSERT
. p5 N7 ?% k" h# K-I, *INSERT- w; H/ o0 l( |/ v( N. T+ \
IAD, *IMAGEADJUST' w8 T9 `% a1 y$ L; I. F
IAT, *IMAGEATTACH8 v+ ~5 t. l' t# ?7 j. Z1 ^
ICL, *IMAGECLIP
) }. [! a0 [: k% [- H" iIM, *IMAGE
* D; { t* y- m3 Q: W; u2 G, I4 ^& h-IM, *-IMAGE
. u0 a% C! R' k- R2 d$ oIMP, *IMPORT4 m t. R$ Y) f( p8 [+ `
IN, *INTERSECT
* q1 x4 P3 s! P' LINF, *INTERFERE3 b; R e7 |( P. L, }$ _2 E
IO, *INSERTOBJ+ W( @0 O/ G1 Z7 w- u/ V% J( Q" G( w' m
L, *LINE
0 ]2 u3 @3 p% a' g, s0 V3 PLA, *LAYER
9 W+ M' E6 k5 V& i" v: Y-LA, *-LAYER& _% [0 N6 `' W. n! P- P( Y: b" p
LE, *LEADER! S, T- P) W$ c
LEN, *LENGTHEN: Z7 @' ]- e# `) T( H: o
LI, *LIST
' c4 b& C. ]7 U' \5 P6 cLS, *LIST! [( `7 T+ t- m
LT, *LINETYPE
2 y, U9 n3 g! E-LT, *-LINETYPE- [' }5 B$ N" k: B" `9 X# R4 x2 t# D
LTS, *LTSCALE
+ r! i9 J! r9 m% l' {( l. Q. FM, *MOVE. Q1 P* Y0 s2 `( G9 |9 f& f" k A; j
MA, *MATCHPROP! H& o r+ g6 X& e5 Q# |/ R! Q
ME, *MEASURE& J' {; ~, }- e e8 t9 {
MI, *MIRROR
! q {2 ]+ K: ~( g% I1 YML, *MLINE9 T" D0 \1 T. Y0 E
MO, *DDMODIFY$ u, T9 G3 }' i$ a. @/ F6 m
MS, *MSPACE5 @# z7 ~8 q; O i9 u! B
MT, *MTEXT
) Q+ T# _# R+ G) y7 GMV, *MVIEW
, F% r# P1 ]) q+ u: z4 p( o; j; U. HO, *OFFSET
/ @( F, t4 Y: i9 Y! ]% TOS, *DDOSNAP; s8 L9 l5 o* G
-OS, *-OSNAP
6 O4 @5 _7 ]$ zP, *PAN6 p% g! b0 Y, B. M3 u# X
-P, *-PAN" o7 Q! a& e+ @4 F6 E! N
PA, *PASTESPEC6 G) B+ @) ^- e3 e9 W. v
PE, *PEDIT
1 R/ S( N, s# u0 OPL, *PLINE/ O; S. t/ a1 `+ w, i4 e
PO, *POINT
" |7 b* O# D: w% u, TPOL, *POLYGON
u* O2 e& w% u6 K0 ~PR, *PREFERENCES$ z1 N% J# U$ z
PRE, *PREVIEW
. g) K3 p+ l$ C/ S+ Y7 W1 u/ UPRINT, *PLOT
$ d0 p+ Z, k9 [PS, *PSPACE
g* j! P- W! [. C0 LPU, *PURGE5 T, `+ `8 O5 l3 G. q! R
R, *REDRAW
5 k6 _' W7 H3 d; S8 a. GRA, *REDRAWALL% g9 n6 S6 f( I c( {3 f7 k f0 G4 D0 P& Z
RE, *REGEN$ `/ W/ e0 I8 \( O: d- C+ g. f
REA, *REGENALL
7 k) x6 [, k/ E6 D) \6 |. YREC, *RECTANGLE
$ ?- w$ q& F5 ?' YREG, *REGION
( e$ [# p9 x* N5 d# V1 [) l0 I; D1 ZREN, *DDRENAME( b4 B+ W( X" X! n# b' ?
-REN, *RENAME
2 e, t( j) e9 w9 z- K) L2 X2 j4 d- [REV, *REVOLVE- V2 v" O/ ~& h7 ?
RM, *DDRMODES9 M3 u0 }/ [6 b% M
RO, *ROTATE
! z- R8 G7 X7 A) l6 Q6 s4 o3 SRPR, *RPREF
$ l, I2 {/ e$ _- r& b# A3 pRR, *RENDER
" l9 a: ^1 t1 V2 Q4 p# eS, *STRETCH( V6 a/ S, G1 C: m1 U3 Q4 L8 S
SC, *SCALE
1 `' ^+ I" V j3 F4 v MSCR, *SCRIPT
& I1 a$ L) s' [: }- s$ GSE, *DDSELECT5 g8 p' d1 K8 U
SEC, *SECTION
5 M7 }1 i' q3 P# Q0 X5 c4 tSET, *SETVAR
9 ~9 x$ k; F3 c: cSHA, *SHADE
1 A5 G# e" a# E, R$ ySL, *SLICE A7 w2 u6 Q+ u
SN, *SNAP8 y5 W: v# u- w1 @
SO, *SOLID
9 Q) S: d: Y6 m, W/ E+ hSP, *SPELL
5 `' F1 a" e( W, ~5 y5 I3 TSPL, *SPLINE
& I( \6 d# q @$ O6 k% ]6 SSPE, *SPLINEDIT( v9 g- n$ v1 m1 U. B' u7 _
ST, *STYLE
+ B3 x' M9 ?) T9 j: B/ aSU, *SUBTRACT- C+ y+ `. S/ V+ B- N, G, I
T, *MTEXT
# `0 {" u ]5 q-T, *-MTEXT) H5 k4 A! A4 y0 q: P5 e- T3 ~
TA, *TABLET
; }" E0 u. ]+ Y4 Z+ E: yTH, *THICKNESS
: r' m) M; X q a, ]TI, *TILEMODE
7 |" {+ C) C: }% T+ Q4 PTO, *TOOLBAR" R+ N# Z6 O9 s* O
TOL, *TOLERANCE
) f: g2 y: _0 D7 B; s* p+ m3 aTOR, *TORUS5 |8 H4 P' E% Z
TR, *TRIM( A4 z) r# v h+ U# h5 u/ d4 {& v
UC, *DDUCS
1 R5 I1 Z2 D4 mUCP, *DDUCSP( f5 n& Y" d0 h6 T
UN, *DDUNITS
/ @' V) a: ~0 m, P$ t; |-UN, *UNITS
/ e& S- [% l# ZUNI, *UNION
8 _% }& y* i9 J7 Z/ k4 fV, *DDVIEW
% A& q% P% Q& Q& E) Y-V, *VIEW
) { F2 z ^- }8 H+ |2 z3 eVP, *DDVPOINT, \/ A" X0 w; d S& a
-VP, *VPOINT
9 `4 D5 y( V* ~W, *WBLOCK1 A8 E# O6 C, I, f" X8 ?: j
WE, *WEDGE
2 [# t: ?+ ~$ S+ E. `: m; VX, *EXPLODE
* Q) {6 M W& c, V+ kXA, *XATTACH
2 d: u/ o' }# k2 XXB, *XBIND
$ ]& V, Y7 p3 a( {3 S( z3 n-XB, *-XBIND1 V$ `8 `2 y1 ^
XC, *XCLIP
8 D/ H- ]# r& N _& [* P: }' P+ q% e2 kXL, *XLINE
5 S: E8 d+ B! a# M! {+ e) qXR, *XREF+ E1 y8 Y1 M, |! D$ H
-XR, *-XREF
0 x; H! {2 I/ n" L. P, g# s7 g- K) tZ, *ZOOM2 ?4 `% _5 q$ l( [
2 e- P* e2 E& Q; The following are alternative aliases and aliases as supplied in AutoCAD Release 13.
# g' m- U9 t% a* L+ Q5 E
# m3 }7 v3 K9 |AV, *DSVIEWER) Z$ i, H8 V! E4 F
CP, *COPY
2 A, q8 s# V, t0 l9 K4 x5 fDIMALI, *DIMALIGNED
& }2 G, S' e4 U1 N6 A7 eDIMANG, *DIMANGULAR. _& b8 M' C. R) l0 E
DIMBASE, *DIMBASELINE" }) I. ~, P; M. n% z A
DIMCONT, *DIMCONTINUE
- Z+ X% c+ D' e K1 K: ^DIMDIA, *DIMDIAMETER
: _; ?7 y% c* u; x9 mDIMED, *DIMEDIT
" s4 c9 j( _! ~8 Q) mDIMTED, *DIMTEDIT
+ ^0 p! q" t7 VDIMLIN, *DIMLINEAR
' ~* [8 _* n. N/ h* W1 _, g4 XDIMORD, *DIMORDINATE
" o# m6 A# q, n T; oDIMRAD, *DIMRADIUS
7 x. A5 e* o* {% h# j4 v8 aDIMSTY, *DIMSTYLE, v4 d7 ?, e) _
DIMOVER, *DIMOVERRIDE
% m0 v4 w8 `( R( MLEAD, *LEADER
3 x2 J: G. G1 N7 X- W5 q! e* OTM, *TILEMODE
' V; r" o4 T4 j ` |
|