<?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: select previous issues in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8229937#M168451</link>
    <description>&lt;P&gt;My suggestion:&amp;nbsp; Don't&amp;nbsp;bother with&amp;nbsp;SELECT first [instead of Stretch -- or have you re-defined S as the alias for SELECT instead?], but instead just type in the alias for the actual&amp;nbsp;&lt;EM&gt;command&lt;/EM&gt;&amp;nbsp; you want to use, and then use P for selection&amp;nbsp;&lt;EM&gt;within that&lt;/EM&gt;&amp;nbsp; rather than beforehand.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 14:41:51 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2018-08-28T14:41:51Z</dc:date>
    <item>
      <title>select previous issues</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8228769#M168448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having a problem in Autocad 2018 when i use the select previous command and then click enter - the automatic action i get is move and cant' change it to other actions. it's extremely annoying as i use this shortcut a lot.&lt;/P&gt;&lt;P&gt;So i hit S then P then enter and it automatically shows me the 'specify base point' command which then automatically moves the objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how to change this so i can choose other actions like rotate, copy etc?????? I used to be able to but can't seem to find a solution!!&lt;/P&gt;&lt;P&gt;any advise would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 05:12:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8228769#M168448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T05:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: select previous issues</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8228846#M168449</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1, Enter new value for SHORTCUTMENU &amp;lt;1&amp;gt;&lt;/P&gt;&lt;P&gt;2, Enter new value for PICKFIRST &amp;lt;1&amp;gt;&lt;/P&gt;&lt;P&gt;3, Enter new value for PICKADD &amp;lt;2&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select command will be used to create a selection set and then the selection set will be recalled by using the “Previous” option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But first, Here’s how to use SELECT:&lt;/P&gt;&lt;P&gt;1. SELECT &amp;lt;enter&amp;gt;&lt;/P&gt;&lt;P&gt;2. Select objects &amp;lt;enter&amp;gt; when finished selecting objects&lt;/P&gt;&lt;P&gt;3. &amp;lt;enter&amp;gt; onve more to accept the selection set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: You will see a total of the selected objects listed in the command line when the select command is finished.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;&lt;EM&gt;PREVIOUS option&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When asked to make a selection set in a command, if you have already made a selection set &amp;nbsp;of objects, you can use those objects by entering P &amp;lt;enter&amp;gt;. This will call the Previously selected objects.&lt;/P&gt;&lt;P&gt;Here’s how:&lt;/P&gt;&lt;P&gt;1. Start a command that requires you to “select objects:”&lt;/P&gt;&lt;P&gt;2. When prompted to “Select objects:”&lt;/P&gt;&lt;P&gt;3. P &amp;lt;enter&amp;gt;&lt;/P&gt;&lt;P&gt;4. &amp;lt;enter&amp;gt; again to accept the selection set for the command to use.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Autocad 2018&amp;nbsp; Reset to &lt;A href="https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-reset-AutoCAD-to-defaults.html" target="_blank"&gt;defaults&lt;/A&gt; settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 06:08:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8228846#M168449</guid>
      <dc:creator>jayhar</dc:creator>
      <dc:date>2018-08-28T06:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: select previous issues</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8228941#M168450</link>
      <description>Hey,&lt;BR /&gt;Just did the steps that you've outlined above. Indeed it does move the previous objects!!&lt;BR /&gt;&lt;BR /&gt;That should be because the command alias S executes the stretch command, and that's why you're prompted to specify a basepoint.&lt;BR /&gt;&lt;BR /&gt;Try typing the entire word SELECT and then P. Alternatively, you can customize S to execute the the select command, by using the ALIASEDIT, from which you can enter any letter you desire.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you out.</description>
      <pubDate>Tue, 28 Aug 2018 06:56:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8228941#M168450</guid>
      <dc:creator>ian.mag</dc:creator>
      <dc:date>2018-08-28T06:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: select previous issues</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8229937#M168451</link>
      <description>&lt;P&gt;My suggestion:&amp;nbsp; Don't&amp;nbsp;bother with&amp;nbsp;SELECT first [instead of Stretch -- or have you re-defined S as the alias for SELECT instead?], but instead just type in the alias for the actual&amp;nbsp;&lt;EM&gt;command&lt;/EM&gt;&amp;nbsp; you want to use, and then use P for selection&amp;nbsp;&lt;EM&gt;within that&lt;/EM&gt;&amp;nbsp; rather than beforehand.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:41:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8229937#M168451</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-08-28T14:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: select previous issues</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8242762#M168452</link>
      <description>&lt;P&gt;yess that was the issue!!&lt;/P&gt;&lt;P&gt;Thanks heaps for your help!&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 04:15:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/8242762#M168452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T04:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: select previous issues</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/9242539#M168453</link>
      <description>&lt;P&gt;As always simple and easy solutions. Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 10:35:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/select-previous-issues/m-p/9242539#M168453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-10T10:35:03Z</dc:date>
    </item>
  </channel>
</rss>

