<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : keyboard shortcut code</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : keyboard shortcut code]]></description>
  <pubDate>Mon, 01 Jun 2026 06:58:43 +0000</pubDate>
  <lastBuildDate>Mon, 05 May 2008 21:48:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=706</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[keyboard shortcut code : &amp;#034;alt+C&amp;#034; is nothing more...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1829&amp;title=keyboard-shortcut-code#1829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 05.May.2008 at 21:48<br /><br /><P>"alt+C" is nothing more than "a", "l", "t", "+" and "C" keys as typed...</P><P>You cannot control dialogs from menu macros.</P>]]>
   </description>
   <pubDate>Mon, 05 May 2008 21:48:42 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1829&amp;title=keyboard-shortcut-code#1829</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : Ah, I see. I guess the only other...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1824&amp;title=keyboard-shortcut-code#1824</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=8501">SONGS</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 05.May.2008 at 16:24<br /><br /><P>Ah, I see. I guess the only other thing then is, can you tell me why, in the code</P><P>&nbsp;</P><P>^C^C_ucsman 0;alt+V;alt+3;alt+P;alt+C;</P><DIV></DIV><DIV></DIV>the alt+C doesn't work? The rest seems to work but not that. TIA]]>
   </description>
   <pubDate>Mon, 05 May 2008 16:24:15 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1824&amp;title=keyboard-shortcut-code#1824</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : For plain command sequences it...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1823&amp;title=keyboard-shortcut-code#1823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 05.May.2008 at 15:21<br /><br />For plain command sequences it is like that - no special commands, no special codes. As an added value, you might replace &lt;ENTER&gt; by ";" and you can break the macro execution with "\" to wait for user input. And yes - in those rare situations where you would use a Ctrl-key combination in AutoCAD, you type "^" in macros (e.g. ^C).<DIV>&nbsp;</DIV><DIV>Plus there is a macro language called Diesel where you can use conditional statements, simple string and arithmetic operations, etc.</DIV>]]>
   </description>
   <pubDate>Mon, 05 May 2008 15:21:10 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1823&amp;title=keyboard-shortcut-code#1823</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : Ok, but I&amp;#039;ve seen that things...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1822&amp;title=keyboard-shortcut-code#1822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=8501">SONGS</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 05.May.2008 at 15:13<br /><br />Ok, but I've seen that things like semicolons mean the code does one thing while a backslash does another and a colon does yet another. So it seems there might be more than just "a plain string of the same characters you would type in the command line. No special codes, no special commands" that one must know.&nbsp;There are things that you can do that I can't find in the help files. (I know, it's silly of me to think the help files are there to actually help. <img src="http://www.cadforum.cz/forum_en/smileys/smiley1.gif" border="0" align="absmiddle" alt="Smile" />&nbsp;)<DIV>&nbsp;</DIV><DIV>And some things I can do from the keyboard don't seem to work all the way in a macro. For example, here's a bit of code that works part-way:</DIV><DIV>&nbsp;</DIV><DIV>^C^C_ucsman 0;alt+V;alt+3;alt+P;alt+C;</DIV><DIV>&nbsp;</DIV><DIV>It seems to work ok until it gets to alt+C, then it says alt+C is an unknown command. Alt+V is the View menu, alt+3 is the 3D Views option, alt+P is the Plan View option and alt+C is the Current UCS option. It all works from the keyboard but not the macro. And I'm assuming the ";" means Enter?</DIV><DIV>&nbsp;</DIV><DIV>And while the above code is shorter than doing it all manually, I'd still like to find a way to automate the input from the _ucsman 0 box also. I do a lot of switching between 'World view' and our 'Called Plant North' view. So if I could do it all from one keyboard shortcut, like Ctrl+Shift+W, it would save a lot of time.</DIV><DIV>&nbsp;</DIV><DIV>Thanks again for any input.</DIV>]]>
   </description>
   <pubDate>Mon, 05 May 2008 15:13:52 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1822&amp;title=keyboard-shortcut-code#1822</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code :   Vladimir Michl wrote: The...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1818&amp;title=keyboard-shortcut-code#1818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=9551">RichardBlank</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 03.May.2008 at 16:52<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Vladimir Michl" alt="Originally posted by Vladimir Michl" style="vertical-align: text-bottom;" /> <strong>Vladimir Michl wrote:</strong><br /><br /><P>The "macro recorder" function was introduced in AutoCAD 2009.</P><P>You can assign almost any keyboard shortcut to a user macro. The macro can be defined exactly the same way as you type the command and its options on the commandline - e.g. <strong><EM>_UCS _World</EM></strong></P></td></tr></table> <DIV>&nbsp;</DIV><DIV>Thank you for the helpful information Vladimir . I was having issues as well.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Richard</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>.</DIV>]]>
   </description>
   <pubDate>Sat, 03 May 2008 16:52:41 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1818&amp;title=keyboard-shortcut-code#1818</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : A macro is just a plain string...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1817&amp;title=keyboard-shortcut-code#1817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 02.May.2008 at 23:38<br /><br />A macro is just a plain string of the same characters you would type in the command line. No special codes, no special commands.]]>
   </description>
   <pubDate>Fri, 02 May 2008 23:38:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1817&amp;title=keyboard-shortcut-code#1817</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : Is there somewhere in the help...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1816&amp;title=keyboard-shortcut-code#1816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=8501">SONGS</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 02.May.2008 at 22:03<br /><br />Is there somewhere in the help files where it tells the syntax of writing a macro? And the allowed codes and commands used in a macro?]]>
   </description>
   <pubDate>Fri, 02 May 2008 22:03:13 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1816&amp;title=keyboard-shortcut-code#1816</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : I&amp;#039;ve tried that. It tells...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1815&amp;title=keyboard-shortcut-code#1815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=8501">SONGS</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 02.May.2008 at 21:27<br /><br />I've tried that. It tells me it's an unknown command in the macro mode. On the command line it works but only shifts the X-Y axis lines, it doesn't change the view of the map. <DIV>&nbsp;</DIV><DIV>The way I wrote the steps in the first note is what I normally have to do&nbsp;to change views. It's a bit cumbersome hence my reason for wanting a shortcut.</DIV>]]>
   </description>
   <pubDate>Fri, 02 May 2008 21:27:59 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1815&amp;title=keyboard-shortcut-code#1815</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : The &amp;#034;macro recorder&amp;#034;...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1814&amp;title=keyboard-shortcut-code#1814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 02.May.2008 at 21:17<br /><br /><P>The "macro recorder" function was introduced in AutoCAD 2009.</P><P>You can assign almost any keyboard shortcut to a user macro. The macro can be defined exactly the same way as you type the command and its options on the commandline - e.g. <strong><EM>_UCS _World</EM></strong></P>]]>
   </description>
   <pubDate>Fri, 02 May 2008 21:17:18 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1814&amp;title=keyboard-shortcut-code#1814</guid>
  </item> 
  <item>
   <title><![CDATA[keyboard shortcut code : Hi again. If the help files were...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1813&amp;title=keyboard-shortcut-code#1813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=8501">SONGS</a><br /><strong>Subject:</strong> 706<br /><strong>Posted:</strong> 02.May.2008 at 18:06<br /><br />Hi again. If the help files were more helpful I wouldn't keep asking you nice folks so many questions.<DIV>&nbsp;</DIV><DIV>I'm using AutoCAD 2007. I would like to Record a macro but there doesn't seem to be that option. (I see I can write my own however.)</DIV><DIV>&nbsp;</DIV><DIV>So in lieu of that Id like to create a couple of keyboard shortcuts.</DIV><DIV>&nbsp;</DIV><DIV>One, I'd like to set Ctrl+W to do the following menu choices: </DIV><DIV>&nbsp;</DIV><DIV>go to Tools\Named UCS... then select World, choose Set Current, click OK. Then go to menu View\3D Views\Plan View\Current UCS</DIV><DIV>&nbsp;</DIV><DIV>And 2, I'd like Ctrl+Shift+W to go to:</DIV><DIV>&nbsp;</DIV><DIV>Tools\Named UCS... select Called North View, choose Set Current, click OK. Then go to menu View\3D Views\Plan View\Current UCS</DIV><DIV>&nbsp;</DIV><DIV>Problem is that I don't know how to write&nbsp;the code&nbsp;properly in the Tools\Customize\Interface box to make it work. </DIV><DIV>Any suggestions? </DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Fri, 02 May 2008 18:06:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=706&amp;PID=1813&amp;title=keyboard-shortcut-code#1813</guid>
  </item> 
 </channel>
</rss>