<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Commands or Keyboard Alias… in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385549#M274632</link>
    <description>&lt;P&gt;Hi every one,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy﻿&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2871725"&gt;@TheCADnoob﻿&lt;/a&gt;, as I said in my earlier post&amp;nbsp;there is an icon that's called "&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Multiple Points&lt;/FONT&gt;&lt;/STRONG&gt;" and does just that (in the &lt;FONT color="#0000FF"&gt;Drafting and annotation workspace&lt;/FONT&gt;&amp;nbsp;&amp;gt;&lt;FONT color="#0000FF"&gt;The ribbon&lt;/FONT&gt;, &lt;FONT color="#0000FF"&gt;Home tab&lt;/FONT&gt;, &lt;FONT color="#0000FF"&gt;Create panel&lt;/FONT&gt;, (hit the small arrow below to see the hidden buttons) &lt;FONT color="#0000FF"&gt;Multiple points&lt;/FONT&gt;),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That functionality is not a an actual specific&amp;nbsp;command, it's the point command but repeated... that repetition was achieved through something called "&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;macros&lt;/STRONG&gt;&lt;/FONT&gt;"..&lt;/P&gt;
&lt;P&gt;If you applied the &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;cui&lt;/STRONG&gt; &lt;/FONT&gt;command, and in the search box searched for that command, and checked it's macro, you will find an&amp;nbsp;asterisk (&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt;) then the command, and that asterisk is responsible for it's repetition..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since it's not an actual command different from&amp;nbsp;the ordinary point command, he was not able to assign a short cut to it..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many ways to achieve the same functionality, one being to create a lip code that loads within acaddoc.lsp so that it loads with every file, and that's what &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy﻿&lt;/a&gt;&amp;nbsp;did, and he even provided the code..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the message that you get &amp;nbsp;@Anonymous﻿, the reason behind it is a safety measure that&amp;nbsp;Autocad takes to control the applications that are being loaded.. In the &lt;FONT color="#0000FF"&gt;options dialog box&lt;/FONT&gt; &amp;gt; &lt;FONT color="#0000FF"&gt;system tab&lt;/FONT&gt; &amp;gt; &lt;FONT color="#0000FF"&gt;security options&lt;/FONT&gt; &amp;gt; there are 3 security levels, &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;High&lt;/FONT&gt; &lt;/STRONG&gt;doesn't allow loading executables from outside the trusted locations.. &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Medium&lt;/FONT&gt; &lt;/STRONG&gt;(default) asks you before loading and gives the message you attached.. and &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Low&lt;/FONT&gt; &lt;/STRONG&gt;- which is not recommended - loads applications from anywhere without warnings.. Below that there is a list of trusted locations..&lt;/P&gt;
&lt;P&gt;now you can either &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;add&lt;/FONT&gt; &lt;/STRONG&gt;the place where the lisp&amp;nbsp;you are loading to this list, or &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;copy&lt;/FONT&gt; &lt;/STRONG&gt;the lisp to one of these locations, and add it to the start up suite in the appload command..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck..&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:06:16 GMT</pubDate>
    <dc:creator>elshawadfy</dc:creator>
    <dc:date>2016-06-15T18:06:16Z</dc:date>
    <item>
      <title>Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6380730#M274625</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create command aliases for multiple point because I am using it too much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I treid different ways could do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:32:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6380730#M274625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-13T16:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6380766#M274626</link>
      <description>&lt;P&gt;Another way is put acaddoc.lsp into a folder that autocad can use it, like SUPPORT folder in autocad.&lt;/P&gt;
&lt;P&gt;Then restart your autocad, use command MP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:44:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6380766#M274626</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2016-06-13T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6382090#M274627</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You couldn't crteate the shortcut because although threre is an icon that's called "Multiple Points" and does just that, that functionality is not a an actual specific&amp;nbsp;command, it's the point command but repeated... that repitition was asheaved through something called "macros"..&lt;/P&gt;
&lt;P&gt;If you applied the cui command, and in the searchbox searched for that command, and checked it's macro, you will find an&amp;nbsp;asterisk (*) then the comaand, and that asterisk is responsible for it's repitition..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy﻿&lt;/a&gt;&amp;nbsp;saved you the trouble and created a code for you that does just that, you can add it's cotents to your acaddoc.lsp...&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 10:58:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6382090#M274627</guid>
      <dc:creator>elshawadfy</dc:creator>
      <dc:date>2016-06-14T10:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385271#M274628</link>
      <description>&lt;P&gt;Thanks it works. but now every time i load autocad it says this message . Can i get rid of this message&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:14:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385271#M274628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T16:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385314#M274629</link>
      <description>&lt;P&gt;Use SECURELOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-541566C6-2738-49DD-87C3-C1490E924A02-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-541566C6-2738-49DD-87C3-C1490E924A02-htm.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:31:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385314#M274629</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2016-06-15T16:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385340#M274630</link>
      <description>&lt;P&gt;could you have used ALIASEDIT or am i missing the question&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:42:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385340#M274630</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2016-06-15T16:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385365#M274631</link>
      <description>&lt;P&gt;Is there a command MULTIPLEPOINTS in autocad to insert points without hitting enter each time?&lt;/P&gt;
&lt;P&gt;That is the reason.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385365#M274631</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2016-06-15T16:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385549#M274632</link>
      <description>&lt;P&gt;Hi every one,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy﻿&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2871725"&gt;@TheCADnoob﻿&lt;/a&gt;, as I said in my earlier post&amp;nbsp;there is an icon that's called "&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Multiple Points&lt;/FONT&gt;&lt;/STRONG&gt;" and does just that (in the &lt;FONT color="#0000FF"&gt;Drafting and annotation workspace&lt;/FONT&gt;&amp;nbsp;&amp;gt;&lt;FONT color="#0000FF"&gt;The ribbon&lt;/FONT&gt;, &lt;FONT color="#0000FF"&gt;Home tab&lt;/FONT&gt;, &lt;FONT color="#0000FF"&gt;Create panel&lt;/FONT&gt;, (hit the small arrow below to see the hidden buttons) &lt;FONT color="#0000FF"&gt;Multiple points&lt;/FONT&gt;),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That functionality is not a an actual specific&amp;nbsp;command, it's the point command but repeated... that repetition was achieved through something called "&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;macros&lt;/STRONG&gt;&lt;/FONT&gt;"..&lt;/P&gt;
&lt;P&gt;If you applied the &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;cui&lt;/STRONG&gt; &lt;/FONT&gt;command, and in the search box searched for that command, and checked it's macro, you will find an&amp;nbsp;asterisk (&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt;) then the command, and that asterisk is responsible for it's repetition..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since it's not an actual command different from&amp;nbsp;the ordinary point command, he was not able to assign a short cut to it..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many ways to achieve the same functionality, one being to create a lip code that loads within acaddoc.lsp so that it loads with every file, and that's what &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy﻿&lt;/a&gt;&amp;nbsp;did, and he even provided the code..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the message that you get &amp;nbsp;@Anonymous﻿, the reason behind it is a safety measure that&amp;nbsp;Autocad takes to control the applications that are being loaded.. In the &lt;FONT color="#0000FF"&gt;options dialog box&lt;/FONT&gt; &amp;gt; &lt;FONT color="#0000FF"&gt;system tab&lt;/FONT&gt; &amp;gt; &lt;FONT color="#0000FF"&gt;security options&lt;/FONT&gt; &amp;gt; there are 3 security levels, &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;High&lt;/FONT&gt; &lt;/STRONG&gt;doesn't allow loading executables from outside the trusted locations.. &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Medium&lt;/FONT&gt; &lt;/STRONG&gt;(default) asks you before loading and gives the message you attached.. and &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;Low&lt;/FONT&gt; &lt;/STRONG&gt;- which is not recommended - loads applications from anywhere without warnings.. Below that there is a list of trusted locations..&lt;/P&gt;
&lt;P&gt;now you can either &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;add&lt;/FONT&gt; &lt;/STRONG&gt;the place where the lisp&amp;nbsp;you are loading to this list, or &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;copy&lt;/FONT&gt; &lt;/STRONG&gt;the lisp to one of these locations, and add it to the start up suite in the appload command..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck..&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385549#M274632</guid>
      <dc:creator>elshawadfy</dc:creator>
      <dc:date>2016-06-15T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385682#M274633</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/558015"&gt;@Patchy&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Is there a command MULTIPLEPOINTS in autocad to insert points without hitting enter each time?&lt;/P&gt;&lt;P&gt;That is the reason.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Ack.. thanks, I had the wrong recollection of ALIASEDIT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:59:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385682#M274633</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2016-06-15T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Commands or Keyboard Alias…</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385718#M274634</link>
      <description>&lt;P&gt;during my reeducation i created a walkthrough for adding a keyboard short cut.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Its not an alias, but a viable option.&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/602d1fe1-4b93-4319-b26f-6ec6e5f7129f" width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:14:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/commands-or-keyboard-alias/m-p/6385718#M274634</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2016-06-15T19:14:16Z</dc:date>
    </item>
  </channel>
</rss>

