All Activity
- Past hour
-
Free Multi Plot Lisp – Fast Batch Printing for AutoCAD, BricsCAD & ZWCAD | Model/Layout, Zone Plotting & PDF Merge
BIGAL replied to CamDuy's topic in AutoLISP, Visual LISP & DCL
Provided you have made custom sheet sizes in the PLOT dialog. There is no reason why you can not have a title block or rectangle that is used to define the sheet size. Wether it be PDF or plot direct to roll plotter. Using layouts is best as the overall size will be at 1:1 eg 297x2010. Basically the custom size must exist, There was a post about making custom sheet sizes on the fly but very difficult to achieve. - Today
-
mhupp started following Why do some objects disappear when you plot a DWG?
-
Why do some objects disappear when you plot a DWG?
mhupp replied to indiancad's topic in AutoCAD 2D Drafting, Object Properties & Interface
That is a feature. Usually I use that to show Design notes that I don't want to plot. Usually I would just use Defpoints or magenta color. You could make a lisp that checks all layers. This checks if a layer is not plotted, not frozen and turned on. will display a warning listing them, asking if you want to continue plotting or not. (defun c:PlotCheck ( / doc layers lay noplot msg ans) (vl-load-com) (setq doc (vla-get-ActiveDocument (vlax-get-acad-object)) layers (vla-get-Layers doc) noplot '() ) (vlax-for lay layers (if (and (= :vlax-false (vla-get-Plottable lay)) (= :vlax-false (vla-get-Freeze lay)) (= :vlax-true (vla-get-LayerOn lay)) ) (setq noplot (cons (vla-get-Name lay) noplot)) ) (if noplot (progn (setq msg (strcat "The following layers are set NOT to plot:\n\n" (apply 'strcat (mapcar '(lambda (x) (strcat x "\n")) (reverse noplot))) "\nContinue with plotting?" ) ) (setq ans (alert msg)) (initget "Yes No") (setq ans (getkword "\nContinue plotting? [Yes/No] <No>: ")) (if (= ans "Yes") (command "_.PLOT") (princ "\nPlot cancelled.") ) ) (command "_.PLOT") ) (princ) ) -
Install and set up | ArcGIS API for Python | Esri Developer Python for ArcGIS Tutorials Sample Notebooks | ArcGIS API for Python | Esri Developer ArcGIS Pro Python reference | ArcGIS Pro documentation ArcPy There is Python code out there for QGIS as well. PyQGIS Developer Cookbook — QGIS Documentation documentation
-
AU 2026 is right around the corner! Taking place September 15-17 in Las Vegas, AU 2026: The Design & Make Conference returns with opportunities to learn new skills, connect with experts and peers, and discover what’s next across design and make. If AutoCAD is part of your everyday workflow, there’s plenty to explore. From the latest tips and Autodesk AI-powered workflows to new ways to connect your project data with Autodesk Forma, these sessions can help you work smarter and get more from AutoCAD. You’ll also get an exclusive look at the AutoCAD roadmap and what’s next for AutoCAD. Join the AutoCAD product team for a look at the latest enhancements and a preview of upcoming capabilities designed to redefine design and drafting. From improved collaboration to AI-powered productivity, you’ll learn more about the product strategy guiding AutoCAD development and have an opportunity to share feedback that can help shape what comes next. Be sure to favorite this session and join us. And there’s so much more! Here, we’ve rounded up six AutoCAD sessions to put on your AU 2026 agenda. There’s no advance registration for individual sessions this year, so be sure to favorite the sessions you want to attend and add them to your calendar to build your schedule. Tuesday, September 15 BLD3661 | AutoCAD Tips, Tricks, and the Most-Human Drafting Techniques Tuesday, September 15 | 3:00 PM–4:00 PM PDT What happens when you combine the intelligence of AutoCAD 2027 with some decidedly human expertise? Autodesk Expert Elite member Donnie “The CAD Geek” Gladfelter returns for his ninth installment of AU’s top-rated AutoCAD Tips session. Explore new AutoCAD 2027 features including Geometry Cleanup, Smart Blocks, and Checkout, along with practical workflows designed to reduce repetitive work and accelerate drawing delivery. Plus, discover the deep cuts and productivity techniques that only a seasoned AutoCAD expert can deliver. Favorite this session → Wednesday, September 16 CES2193 | AutoCAD and Autodesk Forma: A CAD Manager’s Playbook for Connected Project Data Wednesday, September 16 | 1:30 PM–2:30 PM PDT Learn how to move beyond fragmented file management and connect your AutoCAD workflows to unified, cloud-based project data. Amarjeet Sonkar and Damian Willcox of Autodesk will take CAD managers on a technical deep dive into Autodesk Forma Data Management Essentials, now included with stand-alone AutoCAD subscriptions. See how Connected Support Files, Connected References, Sheet Set Manager, Checkout, and more can help teams keep shared data intact, collaborate in parallel, and accelerate project delivery. Favorite this session → EDU1915 | Unlock the Power of AI for AutoCAD 2027 Toolsets Wednesday, September 16 | 4:30 PM–5:30 PM PDT Explore how AI-powered tools are helping transform CAD workflows in AutoCAD 2027 toolsets. Hung Nguyen of SolidCAD and Lina El-Khoury of LEK will dive into intelligent object recognition, predictive drafting, automated dimensioning, error correction, material optimization, AI-driven simulation, and more. Learn how these capabilities can help automate complex workflows, shorten design cycles, and create smarter, faster, and more creative CAD processes. Favorite this session → AU2135 | AEC Roadmap: AutoCAD Wednesday, September 16 | 4:30 PM–5:15 PM PDT Want a front-row seat to what’s next for AutoCAD? Join the AutoCAD product team for a look at the latest enhancements and a preview of upcoming capabilities designed to redefine design and drafting. From improved collaboration to AI-powered productivity, you’ll learn more about the product strategy guiding AutoCAD development—and have an opportunity to share feedback that can help shape what comes next. Favorite this session → Thursday, September 17 AU3667 | AutoCAD Support Clinic Thursday, September 17 | 1:30 PM–2:30 PM PDT Have an AutoCAD challenge you’ve been trying to solve? Bring it to the experts. This interactive clinic brings together Autodesk specialists from Technical Support, QA, and Licensing to share practical tips, troubleshooting techniques, and resources that can help improve your day-to-day AutoCAD productivity. A workstation with AutoCAD will also be available for live problem demonstrations, giving you an opportunity to get hands-on guidance for real-world issues. Favorite this session → AU3311 | Connect AutoCAD to the Cloud: Reduce File Chaos for Small Teams with Autodesk Forma Data Management Essentials Thursday, September 17 | 4:30 PM–5:30 PM PDT See how Autodesk Forma Data Management Essentials can give small teams a centralized, cloud-connected project workspace without disrupting familiar desktop workflows. Volker Cocco and Sam Lucido of Autodesk will demonstrate how teams can organize, view, and share project data directly from the desktop, reduce version confusion, improve collaboration, and connect design workflows. You’ll also see how to get started and how Forma Data Management Essentials compares with common file-sharing approaches. Favorite this session → Build Your AU 2026 Schedule These six sessions are just a starting point. Explore the AU 2026 session catalog to find even more opportunities to sharpen your skills, connect with the community, and discover new ways to get more from AutoCAD. Remember, aside from certain labs and hands-on classes, there’s no advance registration for individual sessions at AU 2026. Favorite the sessions you want to attend and add them to your calendar so you can keep your must-see sessions organized throughout the week. Start building your schedule now, and we’ll see you at AU 2026! The post AU 2026: Don’t Miss These AutoCAD Sessions appeared first on AutoCAD Blog. View the full article
-
OTriggEQ joined the community
-
Why do some objects disappear when you plot a DWG?
indiancad posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I recently found a drawing where some objects were visible in Model Space but did not show up in the PDF. The issue happened because the Plot setting was turned off for that layer. Turning the Plot option on in Layer Properties fixed the issue right away. It is easy to miss this detail because the objects stay visible on the screen even though they will not appear on paper or, in a PDF. Have you experienced a plotting problem? What setting did you change to fix it? -
AcoCar joined the community
-
How much time do you actually spend restoring a CAD environment on a new PC?
VicoWang replied to VicoWang's topic in CAD Management
You bring up a very interesting point, Steven. If the philosophy is that every user manages their own unique, individualized drafting setup every 5 or 6 years, keeping a personal "setup LISP" on a company network drive works beautifully. It really is no hardship in that specific scenario. But the reason I built VedaCAD is because the AEC industry is shifting rapidly towards two things that break that traditional method: Hybrid Work and Strict Company-Prescribed Standards. The Network Drive Problem: When LISPs, .ctbs, and .shx fonts live on a mapped company drive, the second an architect takes their laptop home or to a construction site without a flawless VPN connection, AutoCAD freezes searching for those paths. VedaCAD solves this by physically pulling the assets into an isolated local sandbox on the C drive, making it 100% immune to Wi-Fi drops. The LISP Barrier: While writing a setup script is easy for veterans, 95% of today's users can't write LISP to adjust their preferences. They need a simple GUI. VedaCAD essentially takes your "network drive + master script" logic, turns it into a foolproof GUI, and adds local sandboxing so CAD never crashes offline. It’s built specifically for teams that do need to enforce company standards, but your approach is definitely the classic gold standard for independent drafting! We basically took your "master script" logic and turned it into a trackable, zero-code SaaS that doesn't break when the Wi-Fi drops. -
How much time do you actually spend restoring a CAD environment on a new PC?
Steven P replied to VicoWang's topic in CAD Management
A Single LISP sets up the workspace, trusted locations and so on, drag, drop and run, add a single file to appload - startup suit, add in a single plotter and page configurations, I think that was it, do that every 5 or 6 years per user when the hardware is renewed. Set up LISP is unique to and adjusted by each user for their drafting style and preferences rather than company prescribed settings. LISPs and settings are saved on the company drives rather than c drive so are never 'lost' if a PC fails or is upgraded, the file structure is migrated when the rest of the PC is being set up. It is no major hardship to do so. -
eduardosantiago262626 joined the community
-
Free Multi Plot Lisp – Fast Batch Printing for AutoCAD, BricsCAD & ZWCAD | Model/Layout, Zone Plotting & PDF Merge
HypnoS replied to CamDuy's topic in AutoLISP, Visual LISP & DCL
@CamDuy Would your program be able to create a pdfs with such dimensions? or even higher? The problem is that each one has a different length and some kind of dimension detection would be useful. -
Guessing for Shapely, GeoPandas and other cool GIS tools.
- Yesterday
-
jrpeterson9751 joined the community
-
Have you ever copied something from one DWG to another and it changed?
BIGAL replied to indiancad's topic in AutoCAD 2D Drafting, Object Properties & Interface
Always use a company DWT and problem does not occur.- 1 reply
-
- 1
-
-
Rectangle mix inputs and selections?
BIGAL replied to Spiderguy's topic in AutoCAD 2D Drafting, Object Properties & Interface
Good suggestions for you I think if you could explain more what your trying to do, post a dwg, some images or a movie. -
YIL (yesterday I learned) there's a Python interpreter in ArcGIS. It's just a shell, but if you want to dip your toe in the water, it will let you run some code. When I have some time, I'll take it for a spin and report back.
-
I’ve seen blocks, text, and dimensions look different after copying between drawings, even though they looked correct in the original. A quick way to troubleshoot this is to check block definitions, text styles, layers, units, and annotative settings in both drawings. For blocks, inserting the drawing as a block can also help identify whether a definition conflict is causing the change. It’s a small issue, but it can waste a surprising amount of time when working with project drawings. How many of you have faced this problem, and what was your quickest fix? -
Why does the same CAD drawing behave differently on two computers?
indiancad replied to indiancad's topic in AutoCAD 2D Drafting, Object Properties & Interface
Yes, ETRANSMIT is really useful for this. It’s easy to forget about custom fonts or XREFs when sending a DWG manually, so having everything collected together saves a lot of back-and-forth. -
Rectangle mix inputs and selections?
CyberAngel replied to Spiderguy's topic in AutoCAD 2D Drafting, Object Properties & Interface
The way I do that kind of pick is to filter the input. You can type .X, .Y, and/or .Z when it expects a point and give it some input. It uses one/two values, ignores the rest, and waits for more input. For instance, suppose I want to line up a table in an array of tables. I select the top left corner of the new table as the base point. I type .X and pick a point on the left side of a table in the column. It still needs a Y, so I type .Y and pick a point on the top side of a corresponding table in the row. You could draw lines from those points and place the table where they intersect, but it's quicker to use filters. Of course, you can use any kind of snap or selection option for either point. If you need a specific offset distance, you can pick a point and then use the _From snap to locate the second point. Simple but effective. -
Rectangle mix inputs and selections?
SLW210 replied to Spiderguy's topic in AutoCAD 2D Drafting, Object Properties & Interface
Are you using the Dimensions option of the rectangle command? Rec>Specify first corner point>(D)imensions>Specify length (X) for rectangles (you can enter a number or select two points on screen)>Specify width (Y) for rectangles (you can enter a number or select two points on screen). -
How much time do you actually spend restoring a CAD environment on a new PC?
VicoWang replied to VicoWang's topic in CAD Management
Fair point, BIGAL! A solid install.lsp is definitely the fastest traditional way to beat the manual grind. I basically built VedaCAD to take that exact same concept into the cloud, so we don't even have to carry around the ZIP files or maintain the installation scripts anymore. -
How much time do you actually spend restoring a CAD environment on a new PC?
BIGAL replied to VicoWang's topic in CAD Management
As previously stated, used an install lisp, only a few minutes. -
Adiohazel joined the community
-
How much time do you actually spend restoring a CAD environment on a new PC?
VicoWang posted a topic in CAD Management
Whenever the topic of setting up a new CAD workstation comes up, the standard advice is almost always: "Just export your .arg profile, CUI, and system variables. It should take about an hour or two to set everything up." But spending an hour or two per PC is exactly the IT nightmare I'm talking about. Plus, exporting a profile only transfers the registry pointers and UI layouts. You still have to physically move all your .lsp/.dll plugins, custom .shx fonts, and .ctb plot styles. You have to recreate the exact folder structures on the new local drive and pray the Support Paths map correctly. I got so tired of this manual grind that I ended up building a solution for it. I developed VedaCAD—a cloud package manager that completely bypasses this archaic process. It just pulls your entire custom environment (physical files, aliases, and paths included) onto a new machine in a couple of minutes. No manual folder mapping required. Curious how you guys are actually managing this across multiple office workstations. Are you writing custom deployment scripts to copy the physical files, keeping everything on a mapped network drive, or just suffering through the 1-2 hour manual setup every time someone gets a new PC? -
ztgsky joined the community
- Last week
-
Rectangle mix inputs and selections?
BIGAL replied to Spiderguy's topic in AutoCAD 2D Drafting, Object Properties & Interface
You could use a lisp method of selecting a base point, then other corner. This is just the first part if happy with idea will do the next step. (defun c:dorect ( / ) (command "rectangle" pause pause) (setq co-ord (mapcar 'cdr (vl-remove-if-not '(lambda (x) (= (car x) 10)) (entget (entlast))))) (setq d1 (distance (nth 0 co-ord)(nth 1 co-ord))) (setq d2 (distance (nth 1 co-ord)(nth 2 co-ord))) (if (not AH:getvalsm)(load "Multi Getvals.lsp")) (setq ans (AH:getvalsm (list "Enter values " "Distance 1" 7 6 (rtos d1 2 2) "Distance 2" 7 6 (rtos d2 2 2) ))) ; now readjust the rectang (princ) ) (c:dorect) Save the Multi getval.lsp in a support path or add the full path to the (load. Some one smarter than me may have a Gread method showing the distance as you drag the rectang edge. Multi GETVALS.lsp -
Introducing Block Auto-Categorization and Search: An AI Tech Preview for AutoCAD on the web
BIGAL replied to The AutoCAD Blog's topic in AutoCAD Blogs
Been using this for like 40 years, if you can use Notepad then you can make a pop menu and select correct block. Note the blocks are saved in separate directories by category. Further down the master Library is more Block by category.. -
Spiderguy started following Rectangle mix inputs and selections?
-
Rectangle mix inputs and selections?
Spiderguy posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Sorry about the vague title... I was wondering about mixing input types when inputting the size of the rectangle. I often know one dimension of a rectangle but don't know the other, for instance, when drawing a 1/2" wide rectangle, I'll select the origin point then i type in 1/2", type in an arbitrary number to get the rectangle on the screen, then grab the grip and drag it to perpendicular to a line that is at the length of what I need... Is there a way to type the distance for either x or y and make a selection for the other? -
Introducing Block Auto-Categorization and Search: An AI Tech Preview for AutoCAD on the web
The AutoCAD Blog posted a topic in AutoCAD Blogs
What if finding the right block in a drawing didn’t depend on remembering exactly what it was named? My team at Autodesk is continuing to explore how Autodesk AI can simplify core CAD workflows through Tech Previews in AutoCAD on the web. These early experiences give you an opportunity to try new capabilities while helping us learn what is most useful in real-world workflows. Our latest Tech Preview is Block Auto-Categorization and Search. It uses Autodesk AI to analyze the geometry of blocks in your drawing, organize them into meaningful categories, and make them easier to search and find. This can be especially helpful when a drawing contains many blocks with inconsistent, unclear, or unfamiliar names. Designed to help you find the right block faster Blocks are used throughout AutoCAD drawings, but as drawings and block collections grow, finding the right one can become difficult, especially when block names are inconsistent, unclear, or unfamiliar. Block Auto-Categorization and Search is designed to reduce that friction in two ways. First, AI analyzes the geometry of blocks in your drawing and organizes them into meaningful categories based on what they represent. Second, smart search lets you find blocks based on their content, not just their names. Unlike a traditional string-based search that depends on matching words in a block name, smart search understands what the block represents. For example, you can search for the type of object you are looking for even when the block itself has an unclear or unrelated name. Together, categorization and smart search make it easier to understand what blocks are available in a drawing and quickly find the content you want to reuse. As a Tech Preview, categorization and search results may not always be perfect, particularly for specialized or ambiguous block geometry. We’ll continue improving the experience based on how it performs with real drawings and, importantly, on your feedback. Try it and tell us what you think Block Auto Categorization and Search is available as a Tech Preview in AutoCAD on the web. If you’d like to learn how to enable the Tech Preview, categorize the blocks in your drawing, and search for blocks, check out our Block Auto-Categorization and Search Help article. How could smarter block organization and search improve the way you work with your drawings? We’d love to hear what you think in the Autodesk Community. The post Introducing Block Auto-Categorization and Search: An AI Tech Preview for AutoCAD on the web appeared first on AutoCAD Blog. View the full article -
Why does CAD sometimes show boxes or strange symbols instead of normal text?
CyberAngel replied to indiancad's topic in AutoCAD 2D Drafting, Object Properties & Interface
Typically, if AutoCAD can't find a text file, it will substitute the Standard font. Otherwise you'll get an error message: "One or more SHX files are missing." Here's a page about how to handle that error. Here's a page with a fairly complete list of ways to troubleshoot fonts. -
DavidEA joined the community
-
Work Faster in AutoCAD: Essential Keyboard Shortcuts and Commands
The AutoCAD Blog posted a topic in AutoCAD Blogs
AutoCAD Keyboard Shortcuts and Commands List AutoCAD keyboard shortcuts help you move faster through everyday drafting tasks, from opening files and saving work to drawing, editing, navigating, and managing the screen. This guide brings together commonly used AutoCAD shortcut keys, command aliases, hotkeys, and workflow-based command lists so you can quickly find the tools you need and keep your focus on the drawing. Use it as a quick-reference resource whether you are learning AutoCAD for the first time, building better keyboard habits, or looking for a faster way to access the commands you use most. What Are AutoCAD Keyboard Shortcuts? AutoCAD keyboard shortcuts are keys, key combinations, or command aliases that help you access tools and complete actions faster. Instead of opening a menu or ribbon panel, you can press a shortcut key or type a short alias at the Command Line to start a command. The terms often overlap. Shortcut keys and hotkeys usually refer to keyboard combinations, such as Ctrl+S for saving a drawing. Command aliases are short typed entries, such as L for LINE or C for CIRCLE. AutoCAD commands are the actual tools or actions those shortcuts run. For a broader reference, see Autodesk’s official AutoCAD keyboard shortcuts guide. Essential AutoCAD Keyboard Shortcuts for Beginners If you are getting started in AutoCAD, begin with the shortcuts you will use in almost every drawing session. These AutoCAD shortcut keys cover the basics: opening and saving files, undoing edits, copying objects, drawing simple geometry, modifying objects, and moving around the drawing area. <?xml encoding="utf-8" ?>Command or actionShortcut key or command aliasUse caseNew drawingCrtl+NStart a new drawingOpen drawingCtrl+OOpen an existing drawing fileSave drawingCtrl+SSave your current drawingPlotCtrl+POpen the Plot dialog boxSelect allCtrl+ASelect all objectsCopyCtrl+CCopy selected objectsPasteCtrl+VPaste copied objectsUndoCtrl+ZReverse the last actionRedoCtrl+YRestore the last undone actionCancel EscExit the current command LINELDraw straight line segmentsCIRCLECDraw a circleMOVEMMove selected objectsTRIMTRTrim objects to selected cutting edgesZOOMZChange the drawing view magnificationPANPMove the current view These beginner shortcuts give you a solid working set before you move into more detailed AutoCAD commands lists, one-key shortcuts, and workflow-specific hotkeys. AutoCAD One-Key Shortcuts One-key AutoCAD shortcuts are command aliases you can type at the Command Line with a single letter. They are useful for commands you run often because you can start the tool without typing the full command name or moving through the ribbon. Note: Some commands in the following table are full AutoCAD commands rather than short keyboard aliases, so use this section as a workflow-based command reference rather than a complete shortcut-key table. AutoCAD One-Key Shortcuts One-key AutoCAD shortcuts are command aliases you can type at the Command Line with a single letter. They are useful for commands you run often because you can start the tool without typing the full command name or moving through the ribbon. Note: Some commands in the following table are full AutoCAD commands rather than short keyboard aliases, so use this section as a workflow-based command reference rather than a complete shortcut-key table. <?xml encoding="utf-8" ?>KeyCommandFunctionQQSAVESaves the current drawingAARCCreates an arcZZOOMIncreases or decreases the magnification of the view in the current viewportEERASERemoves objects from a drawingLLINECreates straight line segmentsCCIRCLECreates a circleMMOVEMoves objects a specified distance in a specified directionTMTEXTCreates a multline text objectXEXPLODEBreaks a compound object into its componenet objects These one-key shortcuts give you fast access to common drawing, editing, viewing, and file-saving commands before you move into more detailed AutoCAD shortcut keys and command lists. Want to learn more AutoCAD One-Key Shortcuts? Explore the full guide here. AutoCAD Shortcut Keys for Drawing and Editing When you are creating and refining geometry, the right AutoCAD shortcut keys can keep your workflow moving. These command aliases cover common drawing and editing actions, from sketching basic objects to adjusting, copying, trimming, and organizing geometry. <?xml encoding="utf-8" ?>ActionCommandShortcut key or aliasUse caseDraw a lineLINELCreate straight line segmentsDraw a polylinePLINEPLCreate connected 2D line and arc segmentsDraw a circleCIRCLECCreate a circleDraw an arcARCACreate an arcDraw a rectangleRECTANGRECCreate a rectangular polylineAdd a hatchHATCHH or BHFill an enclosed area or selected objects with a hatch pattern, solid fill, or gradient fillMove objectsMOVEMMove objects a specified distance in a specified directionCopy objectsCOPYCOCopy objects a specified distance in a specified directionRotate objectsROTATERORotate objects around a base pointScale objectsSCALESCEnlarge or reduce selected objects while keeping their proportionsMirror objectsMIRRORMICreate a mirrored copy of selected objectsOffset objectsOFFSETOCreate concentric circles, parallel lines, and parallel curvesTrim objectsTRIMTRTrim objects to meet the edges of other objectsExtend objectsEXTENDEXExtend objects to meet the edges of other objectsErase objectsERASEERemove objects from a drawingExplode objectsEXPLODEXBreak a compound object into its component objectsMatch propertiesMATCHPROPMAApply the properties of a selected object to other objects For day-to-day drafting, this is the shortcut set many users reach for first: draw the object, edit its shape or position, clean up intersections, and match properties so the drawing stays consistent. As you build muscle memory, these aliases can become a practical bridge between beginner shortcuts and a fuller AutoCAD commands list. AutoCAD Toggle and Screen Management Shortcuts Toggle and screen management shortcuts help you control how AutoCAD responds while you draft. They are especially useful for turning drafting aids on or off, managing palettes, showing the Command Line, and clearing screen space when you want a larger drawing area. <?xml encoding="utf-8" ?>CategoryShortcut keyFunctionToggle drawing modeF1Display HelpToggle drawing modeF2Toggle text screenToggle drawing modeF3Toggle object snap modeToggle drawing modeF4Toggle 3D object snapToggle drawing modeF5Toggle IsoplaneToggle drawing modeF6Toggle Dynamic UCSToggle drawing modeF7Toggle grid modeToggle drawing modeF8Toggle ortho modeToggle drawing modeF9Toggle snap modeToggle drawing modeF10Toggle polar modeToggle drawing modeF11Toggle object snap trackingToggle drawing modeF12Toggle dynamic input modeManage screenCtrl+0Clean screenManage screenCtrl+1Properties paletteManage screenCtrl+2DesignCenter paletteManage screenCtrl+3Tool Palettes windowManage screenCtrl+4Sheet set paletteManage screenCtrl+6DBConnect ManagerManage screenCtrl+7Markup Set Manager palettteManage screenCtrl+8QuickCalcManage screenCtrl+9Command Line For many users, F3, F8, F10, F11, and F12 become everyday AutoCAD hotkeys because they affect precision and input behavior while drawing. On the screen management side, Ctrl+0, Ctrl+1, and Ctrl+9 are helpful when you need more workspace, object properties, or quick access to the Command Line. AutoCAD Commands List by Workflow An AutoCAD commands list is easier to use when it follows the way you work. Instead of scanning an alphabetical list, you can group commands by task: drawing geometry, editing objects, adding annotation, managing layers, changing the view, and handling files. Use this workflow-based table as a practical command reference alongside the AutoCAD keyboard shortcuts and shortcut keys covered above. <?xml encoding="utf-8" ?>Workflow categoryCommandsWhat DrawingLINE, PLINE, CIRCLE, ARC, RECTANG, POLYGON, HATCHCreate basic geometry, closed shapes, and filled areasEditingMOVE, COPY, ROTATE, SCALE, MIRROR, OFFSET, TRIM, EXTEND, ERASE, EXPLODEModify, duplicate, clean up, or remove drawing objectsAnnotationTEXT, MTEXT, DIM, DIMSTYLE, MLEADER, TABLEAdd notes, dimensions, leaders, and tabular informationLayersLAYER, LAYISO, LAYUNISO, LAYFRZ, LAYOFF, MATCHPROPCreate and manage layers, isolate or restore layer visibility, turn layers off or freeze them, and apply object properties from one object to another BlocksBLOCK, INSERT, BEDIT, WBLOCK, EXPLODECreate, insert, edit, write, or break apart block-based contentViewing and navigationZOOM, PAN, REGEN, VIEW, VPORTSNavigate the drawing, refresh the display, save views, or manage viewportsFile managementNEW, OPEN, QSAVE, SAVEAS, CLOSE, PLOTCreate, open, save, close, and plot drawing filesInquiry and measurementMEASUREGEOM, DIST, AREA, LIST, IDMeasure distances and areas, inspect objects, or identify point coordinates This kind of task-based AutoCAD commands list helps you find the right command faster when you know what you need to do, even if you do not remember the exact command name yet. It also gives newer users a clearer path from basic AutoCAD hotkeys into broader command-line workflows. What Are the Most Useful AutoCAD Hotkeys? The most useful AutoCAD hotkeys are the ones that help you repeat common actions without breaking focus. These include file actions, undo and redo, precision toggles, screen controls, and command aliases for frequent drawing and editing tasks. <?xml encoding="utf-8" ?>HotkeyCommand or actionUse caseCtrl+SSaveSave the current drawingCtrl+OOpenOpen an existing drawingCtrl+PPlotOpen the Plot dialog boxCtrl+ZUndoReverse the last actionCtrl+YRedoRestore the last undone actionEscCancelExit the current commandF3Object snap modeToggle object snap modeF8Ortho modeToggle ortho modeF10Polar modeToggle polar modeF11Object snap trackingToggle object snap trackingF12Dynamic input modeToggle dynamic input modeCtrl+0Clean ScreenExpand the drawing area by hiding interface elementsCtrl+1Properties paletteShow or hide object propertiesCtrl+9Command LineShow or hide the Command LineLLINECreate straight line segmentsCCIRCLECreate a circleMMOVEMove selected objectsCOCOPY Copy selected objectsTRTRIMTrim objects to meet the edges of other objects Think of hotkeys as your fastest path to high-frequency actions. You do not need to memorize every AutoCAD shortcut at once. Start with the hotkeys tied to your daily work, then add more command aliases as your drafting habits become more automatic. How to Customize AutoCAD Keyboard Shortcuts After you learn the default AutoCAD keyboard shortcuts, you may want to adjust command aliases around the way you draft. For example, if you use one command far more often than another, a custom alias can make that command faster to start from the Command Line. In AutoCAD, command aliases are managed through the Program Parameters file, also known as the PGP file. Autodesk Support also notes that shortcut keys can be customised through the Customize User Interface editor, and that custom aliases should be added under the “User Defined Command Aliases” section rather than by editing existing default aliases. Changes may require AutoCAD to restart or reload the PGP file before they take effect. Autodesk Support provides step-by-step guidance to customize command aliases in AutoCAD. A simple customization checklist: Start with repeated commands: Look for commands you use many times per session, such as drawing, editing, layer, or annotation commands. Keep aliases memorable: Choose shortcuts that are short, logical, and easy to type without looking away from the drawing. Avoid accidental conflicts: Check existing aliases before replacing a default shortcut your team already uses. Update the PGP file carefully: Follow Autodesk Support instructions for editing command aliases, saving the file, and applying the changes. Test before using on project work: Try the new alias in a sample drawing so you know it runs the command you expect. Custom shortcuts work best when they support real drafting habits. A small set of well-chosen command aliases can be more useful than a long custom list no one remembers. AutoCAD Keyboard Shortcuts for Mac Mac user? Start with the right shortcut path. Many AutoCAD keyboard shortcuts, AutoCAD shortcut keys, and AutoCAD hotkeys support the same drafting intent across platforms, but AutoCAD for Mac follows Mac keyboard conventions in important ways. You may see Command, Control, Option, and function-key behavior differ from Windows-based shortcut examples. For example, AutoCAD for Mac lists Cmd-S or Ctrl-S for saving, Cmd-3 or Ctrl-9 for showing or hiding the Command Window, and Fn-F8, Cmd-L, or Shift-Cmd-O for toggling Ortho mode. These examples show why Mac users should check the Mac-specific shortcut reference instead of assuming every Windows shortcut behaves the same way. For a broader setup and workflow overview, see our guide on how to use AutoCAD on Mac. For the dedicated Mac shortcut reference, bookmark the AutoCAD for Mac keyboard shortcuts page. Tip: If a Windows shortcut does not behave as expected on your Mac, check the Mac-specific shortcut list before changing your workspace, aliases, or keyboard settings. Download the AutoCAD Keyboard Shortcuts PDF Want a shortcut reference you can keep open on a second screen or print for your desk? Download the AutoCAD keyboard shortcuts PDF for a quick-reference guide to common AutoCAD shortcut keys, hotkeys, toggles, and commands. You can also browse the full AutoCAD keyboard commands and shortcuts guide online when you want to jump by shortcut category. AutoCAD Keyboard Shortcuts FAQs What are the most common AutoCAD keyboard shortcuts? Some of the most common AutoCAD keyboard shortcuts help you move faster through everyday drafting tasks. Examples include L for LINE, C for CIRCLE, M for MOVE, CO for COPY, RO for ROTATE, TR for TRIM, EX for EXTEND, Z for ZOOM, and CTRL+S to save. The shortcuts you use most will depend on your work. A drafter cleaning up geometry may lean on TRIM, EXTEND, and FILLET, while someone building layouts may use COPY, MOVE, SCALE, and MATCHPROP more often. What is the difference between AutoCAD shortcuts and commands? AutoCAD commands are the tools or actions you run, such as LINE, HATCH, MOVE, COPY, or PLOT. AutoCAD shortcuts are the faster ways you start those commands, usually through keyboard input, command aliases, function keys, or key combinations. Think of the command as the action and the shortcut as the quickest route to that action. Can you customize AutoCAD keyboard shortcuts? Yes, you can customize many AutoCAD shortcut behaviors. Depending on what you want to change, you may work with command aliases, the Customize User Interface editor, or related customization files and settings. For example, command aliases let you type a short letter combination at the command line to start a command. If your team follows a CAD standard, check with your CAD manager before changing shortcuts so your setup stays consistent with shared workflows. What are AutoCAD command aliases? AutoCAD command aliases are short keyboard entries that start commands from the command line. For example, typing L can start LINE, while C can start CIRCLE. Aliases help you keep your hands on the keyboard and reduce repeated trips to the ribbon. They are especially useful for commands you run dozens of times a day. Are AutoCAD shortcuts different on Mac? Some shortcut behavior can differ on Mac because AutoCAD for Mac follows Mac keyboard conventions. Keys such as Command, Control, and Option may behave differently from Windows examples, and function-key behavior can also depend on your Mac keyboard settings. If you use AutoCAD for Mac, check the Mac-specific shortcuts before changing aliases or keyboard settings. Where can I download an AutoCAD keyboard shortcuts PDF? You can download the AutoCAD keyboard shortcuts PDF from Autodesk. The PDF gives you a printable, easy-to-scan guide to common AutoCAD shortcut keys, hotkeys, toggles, and commands, so you can keep the shortcuts you use most beside your workstation or share them with your team. It is especially helpful when you are learning AutoCAD shortcuts, onboarding new users, or standardizing everyday drafting workflows. The post Work Faster in AutoCAD: Essential Keyboard Shortcuts and Commands appeared first on AutoCAD Blog. View the full article
