Productivity: work faster in AutoCAD
Experienced drafters aren't faster because they click quicker — they use fewer steps. These habits and tools remove repetitive work.
In this lesson you will
- Use aliases and keyboard-first habits
- Select exactly what you need quickly
- Use arrays, tool palettes and copy tricks
- Know when to automate with scripts or LISP
Keyboard first
One hand on the mouse, one on the keyboard: L line, O offset, TR trim, CO copy, M move, F fillet, E erase, MA match properties. Space repeats the last command. Custom aliases live in the acad.pgp file — edit with ALIASEDIT (Express Tools) or open the file directly, then REINIT.
Right-click behaviour can be set so a quick right-click means Enter (Options › User Preferences › Right-click Customization).
Selection techniques
- Select Similar and Quick Select for bulk changes.
- Fence (
Fat Select objects) selects everything a line crosses — great for trimming many lines.
- Previous (
P) reuses the last selection.
- Isolate objects (right-click › Isolate) hides everything else while you work.
- Lasso: press-drag to select an irregular area.
Arrays, palettes and clipboard
AR (ARRAY) creates associative rectangular, polar and path arrays you can edit later — rows of parking bays, columns on a grid, balusters along a stair.
Tool Palettes (Ctrl+3) hold blocks, hatches and commands with preset layers and scales; drag a block from a palette and it lands on the right layer.
Ctrl+Shift+C copies with a base point; Ctrl+Shift+V pastes as a block; Paste to Original Coordinates moves objects between drawings in the same place.
Automation
- Scripts (
.scr): plain text files of commands, run withSCRIPT, for repetitive jobs like purging and plotting many drawings.
- Action Recorder: records a sequence and replays it (full AutoCAD).
- AutoLISP: a programming language for custom commands. Full AutoCAD has long supported it, and recent AutoCAD LT versions have added it — check your version's feature list.
- Express Tools: a bonus set of utilities in full AutoCAD, like text alignment and advanced selection.
Automate a task when you do it often and the steps are the same every time; otherwise, good habits are enough.
Quick reference
| Command / tool | How to start it | What it does |
|---|---|---|
| ARRAY | AR | Associative arrays |
| TOOLPALETTES | Ctrl+3 | Tool Palettes |
| SCRIPT | SCR | Runs a script file |
| ACTRECORD | Manage tab | Action Recorder (full AutoCAD) |
| OVERKILL | Type the name | Deletes duplicate and overlapping objects |
Common mistakes
Copying between drawings misplaces objects.
Use Paste to Original Coordinates, or copy with a base point on a known point.
Repeating the same 10 steps on 40 files.
Write a script or use a batch tool.
Exercise
Speed run
- Time yourself drawing a 3-room plan with doors using only the mouse.
- Redraw it keyboard-first using aliases, and compare times.
- Create a polar array of 8 chairs around a round table.
- Write a 3-line script that purges and saves a drawing, and run it.
You should end up with: A measurable speed-up and a working script.
Checklist
0 of 4 checked · saved on this device
Lesson quiz
Which selection option selects everything a line you draw crosses?
Finished this lesson?
Taking the quiz marks it complete too. Your course page picks up where you stopped.
Free KitWren tools that help
- Area ConverterConvert square metres, square feet, acres, hectares and more.
- Length ConverterConvert between metres, centimetres, millimetres, kilometres, inches, feet, yards and miles.
- Angle ConverterConvert degrees, radians, gradians, arcminutes and turns.
- Merge PDFCombine multiple PDFs into one file, in any order, choosing which pages to include from each.
- PDF CompressorReduce PDF file size by recompressing images while keeping text sharp — free, private and in your browser.
- PDF to PNGConvert PDF pages to sharp, lossless PNG images.
Free, independent learning material written for KitWren. AutoCAD and AutoCAD LT are registered trademarks of Autodesk, Inc. KitWren is not affiliated with, sponsored or endorsed by Autodesk. We never provide software downloads, licence keys or cracks — use the official sources.