Navigation: CAD Basics > Command Line Shortcuts |
|
The Command Line shortcuts are maintained in a file located in ...\WireCAD5\Users\User.ks. This text file can be edited using any text editor. You may change the shortcuts for any of the listed commands. The file contents follows:
'/////////////////////////////////////////////////////////////////////////////////
'/WireCAD keyboard shortcuts. (c)2003
'/Holbrook Enterprises, Inc. All rights reserved
'/
'/RULES: Modify this file to include your shortcuts
'/Place your shortcut after the comma, replacing any
'/existing text. Note that two letter shortcuts
'/are executed first, next three letter shortcuts.
'/Any Shortcut longer than three letters must be
'/executed by typing the <ENTER> key.
'/
'/Example: CMD_LINE,LI would be executed immediately,
'/as would CMD_CIRCLE,CIR. However, CMD_OSNAP,OSNAP would
'/require that you press the <ENTER> key to execute it
'/Note further, that commands cannot contain similar
'/strings i.e. CI and CIRCLE could not be defined as shortcuts
'/since anytime CI is typed it will execute immediately
'/
'/WARNING! THERE IS NO TYPE CHECKING OR VALIDATION ON THIS FILE
'/NOT FOLLOWING THE ABOVE RULES WILL LEAD TO ERRATIC BEHAVIOR
'//////////////////////////////////////////////////////////////////////////////////
'//////////////////////////////////////////////////////////////////////////////////
'/Drawing Tools
'//////////////////////////////////////////////////////////////////////////////////
CMD_LINE,DL
CMD_CIRCLE,DCC
CMD_CIRCLE_2PT,DC2
CMD_CIRCLE_3PT,DC3
CMD_PLINE,DP
CMD_ARC,DAA
CMD_ARC_2PT,DA2
CMD_ARC_3PT,DA3
CMD_RECT,DR
CMD_TEXT,DT
CMD_ATTDEF,DAT
CMD_POINT,DP
CMD_IMAGE,DI
'///////////////////////////////////////////////////////////////////////////////////
'/Dimension Tools
'///////////////////////////////////////////////////////////////////////////////////
CMD_DIM_ALIGNED,DDA
CMD_DIM_H,DDH
CMD_DIM_V,DDV
CMD_DIM_RADIUS,DDR
CMD_DIM_ANGLE,DDG
'///////////////////////////////////////////////////////////////////////////////////
'/File Operations
'///////////////////////////////////////////////////////////////////////////////////
CMD_DWG_OPEN,FO
CMD_DWG_CLOSE,FC
CMD_DWG_SAVE,FS
CMD_DWG_NEW,FN
CMD_DWG_PRINT,FP
CMD_DWG_PREVIEW,PP
'///////////////////////////////////////////////////////////////////////////////////
'/Entity Modification
'///////////////////////////////////////////////////////////////////////////////////
CMD_DELETE,MD
CMD_COPY,MC
CMD_MOVE,MM
CMD_ROTATE,MR
CMD_SCALE,MS
CMD_MIRROR,MI
CMD_STRECTH,ME
CMD_EXPLODE,MDA
CMD_TRIM,MT
CMD_EXTEND,MX
CMD_SENDTOBACK,MTB
CMD_BRINGTOFRONT,MTF
CMD_BREAK,MB
CMD_FILLET,MF
CMD_ARRAY,MA
CMD_CORNER,MN
'///////////////////////////////////////////////////////////////////////////////////
'/Object Snaps NOT SUPPORTED YET
'///////////////////////////////////////////////////////////////////////////////////
CMD_OSNAP_END,OSE
CMD_OSNAP_MID,OSM
CMD_OSNAP_CEN,OSC
CMD_OSNAP_NEAR,OSN
CMD_OSNAP_INSERT,OSI
CMD_OSNAP_PERP,OSP
CMD_OSNAP_TANG,OST
CMD_OSNAP_QUAD,OSQ
CMD_OSNAP_INT,OSX
CMD_OSNAP_POINT,OSPT
'//////////////////////////////////////////////////////////////////////////////////
'/WireCAD Drawing Tools and Equipment Libraries
'//////////////////////////////////////////////////////////////////////////////////
CMD_ASSIGN_CABLE,AC
CMD_ASSIGN_SYSTEM,AS
CMD_ASSIGN_JF,AF
CMD_ASSIGN_JACK,AJ
CMD_WC_DRAWCABLE,CC
DLG_EQUIP_LIB,LE
DLG_JF_LIB,LJ
DLG_CT_LIB,LC
DLG_PCABLES_DS,LPC
DLG_PSYSTEMS_DS,LPS
'//////////////////////////////////////////////////////////////////////////////////
'/VIEW Functions
'//////////////////////////////////////////////////////////////////////////////////
CMD_ZOOM_EXTENTS,ZE
CMD_ZOOM_WINDOW,ZW
CMD_ZOOM_LAST,ZL
CMD_ZOOM_IN,ZI
CMD_ZOOM_OUT,ZO
CMD_REDRAW,VR
CMD_REGEN,VG
CMD_MODEL,VM
CMD_PAPER,VP
CMD_MEASURE,VD
CMD_CALC,VC
'//////////////////////////////////////////////////////////////////////////////////
'/Format Dialogs
'//////////////////////////////////////////////////////////////////////////////////
DLG_POINTSTYLES,SP
DLG_TEXTSTYLES,ST
DLG_DIMSTYLES,SD
DLG_LAYERS,SL
DLG_INSERTS,SI
DLG_LAYOUTS,SO
'/////////////////////////////////////////////////////////////////////////////////
'/Toolbars
'/////////////////////////////////////////////////////////////////////////////////
TLB_DWG_TOOLS,TBT
TLB_DWG_FORMAT,TBF
TLB_DWG_MODIFY,TBM
TLB_DWG_OSNAP,TBO
TLB_DWG_VIEW,TBV
TLB_DWG_SINGLE_LINE,TBS
TLB_DWG_DIMS,TBD
TLB_DWG_COMMAND,TBC