Shave minutes off every hour by leaning on keyboard shortcuts, command aliases, and small macros. A few targeted changes can compound into serious time savings.
Essentials worth mastering first:
- Press Enter or Space to repeat the last command.
- SHIFT+Right-Click for the Object Snap menu; SHIFT+Space to cycle overlapping selections.
- Common defaults: L (LINE), C (CIRCLE), M (MOVE), CO/CP (COPY), O (OFFSET), TR (TRIM), EX (EXTEND), F (FILLET), X (EXPLODE), E (ERASE).
- Function keys: F3 (OSNAP), F8 (ORTHO), F9 (SNAP), F10 (POLAR), F11 (OSNAP Tracking), F12 (Dynamic Input).
- Handy Ctrl keys: Ctrl+1 (Properties), Ctrl+2 (DesignCenter), Ctrl+3 (Tool Palettes), Ctrl+9 (Command Line), Ctrl+0 (Clean Screen), Ctrl+Tab (cycle drawings), Ctrl+Shift+C/V (Copy with Base/Paste as Block).
Customize aliases for your muscle memory:
- Run ALIASEDIT to open the Command Aliases Editor (or edit acad.pgp directly). Map frequent commands to 1–2 letters you can hit without looking.
- After editing, type REINIT and enable PGP File to reload without restarting AutoCAD.
- Keep your set small and consistent. If you change defaults, do it deliberately and document the changes.
Create keyboard accelerators (CUI):
- Type CUI. Under Keyboard Shortcuts > Shortcut Keys, click New Shortcut.
- Drag your command into the new shortcut, then assign a key combination (for example, Ctrl+Shift+I to isolate objects).
- Use macros to make shortcuts do more:
- Prefix with ^C^C to cancel active commands before running your macro.
- Use the hyphen version of commands for command-line variants (e.g., -PURGE).
- Use apostrophe ' for transparent commands during another command (e.g., 'ZOOM).
High-value macro ideas (add to an alias or CUI shortcut):
- Quick Save:
^C^C._QSAVE - Zoom Extents:
^C^C._ZOOM _E - Clean Up (Purge All, skip regapps):
^C^C._-PURGE _ALL * _N - Layer Isolate:
^C^C._LAYISO - Repeatable Trim without prompts:
^C^C._TRIM _MODE _STANDARD - Set Ortho On/Off toggle:
^C^C._ORTHO
Team standardization tips:
- Store a master acad.pgp and CUIx on a network path; add that path first in Options > Files > Support File Search Path.
- Version your customization files and distribute with profiles for new users to ensure consistency.
- Document your alias list on a shared page and keep it to 20–30 “must-have” entries.
Practice to build speed:
- Print or pin your alias list for a week and commit to using it exclusively.
- Measure gains: simple timing over a few drawings will reveal the shortcuts worth keeping.
Need licenses, renewals, or expert guidance on deploying standards? Visit NOVEDGE. For more AutoCAD solutions and add-ons, explore NOVEDGE’s Autodesk collection.






