Skip to content
KitWren
AdvancedFree AutoCAD course about 20 min

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 (F at 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 with SCRIPT, 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 / toolHow to start itWhat it does
ARRAYARAssociative arrays
TOOLPALETTESCtrl+3Tool Palettes
SCRIPTSCRRuns a script file
ACTRECORDManage tabAction Recorder (full AutoCAD)
OVERKILLType the nameDeletes 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

  1. Time yourself drawing a 3-room plan with doors using only the mouse.
  2. Redraw it keyboard-first using aliases, and compare times.
  3. Create a polar array of 8 chairs around a round table.
  4. 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

1 / 4

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

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.