AutoCAD Keyboard Shortcuts: Master Your CAD Workflow
A comprehensive guide to AutoCAD keyboard shortcuts, covering Windows and macOS mappings, customization tips, and practical examples to accelerate CAD workflows with working code-like demonstrations.

AutoCAD keyboard shortcuts are built-in and customizable commands that speed up drawing, editing, and navigation. This guide covers essential Windows and macOS mappings, how to customize shortcuts for your workflow, and practical examples you can reuse in daily CAD sessions. By mastering these shortcuts, you’ll reduce mouse travel, improve accuracy, and keep focus on design rather than menus.
Why AutoCAD shortcuts matter for speed and accuracy
According to Shortcuts Lib, keyboard shortcuts in AutoCAD streamline common tasks, letting you stay in the flow of design without constantly reaching for the mouse. In this section we explore how shortcuts impact pace and precision, especially when you’re drafting floor plans, mechanical layouts, or architectural detail sheets. Mastering a core set of mappings for Windows and macOS reduces context switching and helps you keep focus on geometry and constraints.
What you’ll gain
- Faster navigation between views and drawing tools
- Fewer mis-clicks and better consistency across sessions
- A clear path to building a personalized shortcut library
# Zoom All (Windows/macOS, quick input sequence)
Z
Enter
A
Enter# Copy selected objects (alias CO — common workflow)
CO
# After this AutoCAD prompts for base point, you pick it with the mouse or enter coordinatesThe following patterns show how a minimal, stable shortcut set scales with your CAD workload. For large projects you’ll often combine Z commands with A (Zoom All) or W (Zoom Window) to quickly frame the area you’re working on. Keep in mind that consistency matters more than sheer variety; a small, well-practiced set beats a long, rarely used one. Shortcuts Lib recommends starting with a handful of single-letter aliases and basic navigation commands, then expanding as you gain confidence.
Steps
Estimated time: 1-2 hours
- 1
Audit your current shortcuts
Survey your existing alias set and CUI configuration. Identify 6–12 commands you use daily (Line, Move, Copy, Zoom, etc.). Note any conflicts with built-in commands and plan a minimal, consistent starting set for your alias library.
Tip: Back up acad.pgp and export your CUI workspace before changes. - 2
Define core actions
Choose a core set of actions that cover drawing, editing, and view control. Map each action to a simple alias and document its purpose in a changelog.
Tip: Aim for cross-platform consistency by using the same alias names on Windows and macOS. - 3
Create aliases and test
Edit acad.pgp to add your aliases and reload the profile. Test each alias in a safe drawing to ensure it triggers the expected command without side effects.
Tip: Test in a copy of a drawing to avoid data loss. - 4
Move toward a CUI-based workflow
Use a minimal CUI customization to bind frequently used macros to a convenient key sequence, while keeping aliases for quick wins.
Tip: Keep CUI changes incremental and document each modification. - 5
Migrate to production drawings
Apply the validated alias set to real projects. Observe whether commands feel natural and adjust if a conflict arises with project standards.
Tip: Update your changelog with every refinement. - 6
Review and iterate
Schedule quarterly reviews of your shortcut library, prune unused mappings, and add new aliases for evolving tasks.
Tip: A living shortcut library stays relevant and efficient.
Prerequisites
Required
- Required
- Windows 10/11 or macOS 10.14+Required
- Required
- Basic command-line familiarity and a habit of backing up configuration filesRequired
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Line toolStarts a new line between two points | L |
| Move selectedPrompts for base point and destination | M |
| Copy selectedDuplicates geometry with an offset | CO |
| Rotate selectedRotates objects around a base point | RO |
| Trim edgesTrims objects to meet boundaries | TR |
| Zoom allReset view to drawing extents | Z, A, Enter |
| Undo last actionReverts the most recent operation | Ctrl+Z |
Questions & Answers
What is the quickest way to memorize AutoCAD shortcuts?
Start with a small, essential set of aliases and practice them daily in real drawings. Add one new shortcut each week and keep a running changelog to reinforce memory.
Start with a tiny, essential set and practice every day. Add one new shortcut weekly and keep a simple changelog.
Can I customize shortcuts without breaking AutoCAD?
Yes. Always back up acad.pgp and your CUI workspace before edits, test changes in a copy, and keep notes on updates so you can revert if needed.
Yes. Back up first, test in a copy, and note changes so you can revert.
Are shortcuts different on Windows and macOS?
The core commands are the same, but key mappings may differ (Cmd vs Ctrl). Create cross-platform aliases where possible and verify after switching platforms.
Cmd and Ctrl differ between systems, so use cross-platform aliases when you can and verify on both platforms.
Where should I store my aliases?
Store frequently used aliases in acad.pgp and consider a separate CUI snippet for common toolbars. Export and back up both files regularly.
Keep aliases in acad.pgp and back them up regularly.
Is there a recommended starting set?
Yes—start with L (Line), M (Move), CO (Copy), RO (Rotate), TR (Trim), Z (Zoom), and basic zoom commands like Z A. Expand progressively.
Start with Line, Move, Copy, Rotate, Trim, Zoom, and Zoom All, then build up.
What if an alias conflicts with a built-in command?
Rename or adjust the alias, and document the change. Avoid overwriting core functions to prevent unintended results.
Rename or adjust conflicting aliases and keep notes.
Main Points
- Master core actions: Line, Move, Copy, Rotate, Trim, Zoom
- Use consistent aliases across Windows and macOS to reduce confusion
- Test new shortcuts in a safe drawing before applying to production
- Regularly back up alias and CUI configurations