<?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: PGP file hit and miss in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293594#M59932</link>
    <description>Your customizations/changes to the PGP file MUST be at the very bottom of the PGP file, way down there: AutoCAD/LT read the list from top to bottom, last read is first used.</description>
    <pubDate>Tue, 26 Apr 2016 15:25:42 GMT</pubDate>
    <dc:creator>pendean</dc:creator>
    <dc:date>2016-04-26T15:25:42Z</dc:date>
    <item>
      <title>PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6292264#M59930</link>
      <description>&lt;P&gt;I'm loading a PGP file (acadlt.pgp) into ACAD LT 2017. &amp;nbsp;I've modified it for my own commands. &amp;nbsp;Some of them work, some don't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, I've set TT for tilemode, works just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried setting ET, ZZ, EDT, etc. for DDEDIT. &amp;nbsp;If I type DDEDIT at the command line, it works. &amp;nbsp;If I type ET and wait a second, it shows in paranthesis the command that's being called (DDEDIT) so it knows it's supposed to run the DDEDIT command but responds back:&amp;nbsp;ET Unknown command "ET". Press F1 for help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So... what gives? &amp;nbsp;It's a known command. &amp;nbsp;It is loading the correct PGP file or else the rest of the commands wouldn't work and it wouldn't know that I want to set ET for DDEDIT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen this with a few other commands too where it's not doing the command, but it knows it's supposed to be tied to the keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried restarting ACAD. &amp;nbsp;Tried using REINIT and made sure was pointing to correct file. &amp;nbsp;No, the line isn't remarked out with a ";". &amp;nbsp;No, there isn't a duplicate entry for that keystroke combination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached the PGP file as a TXT file since this forum won't allow PGP files to be uploaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 00:05:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6292264#M59930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T00:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293217#M59931</link>
      <description>&lt;P&gt;I would suggest you delete that ET from your PGP file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then find the ED, *DDEDIT line. Copy that to the end of your PGP file and change the D to a T. I just did that and ET worked fine for me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:24:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293217#M59931</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2016-04-26T13:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293594#M59932</link>
      <description>Your customizations/changes to the PGP file MUST be at the very bottom of the PGP file, way down there: AutoCAD/LT read the list from top to bottom, last read is first used.</description>
      <pubDate>Tue, 26 Apr 2016 15:25:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293594#M59932</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-04-26T15:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293702#M59933</link>
      <description>&lt;P&gt;Actually, doesn't matter where you place your modifications. &amp;nbsp;Yes, last read is first used, but they can be in any order. &amp;nbsp;There is no other hierarchy to the PGP file, it's just a text file that's being read into ACAD when it starts up and it processes each line as it loads, hence the last written at the bottom is the last in is which is proccessed last then since it's just going down the list. &amp;nbsp;It looks for a semicolon to remark out any text on the line after the semicolon. &amp;nbsp;Then it looks for the text, followed by a comma, then any number of spaces or tabs and then the asterisk and the command. &amp;nbsp;If it doesn't work at the top of the heap, it's not going to work at the bottom of the heap.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 15:57:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293702#M59933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T15:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293745#M59934</link>
      <description>&lt;P&gt;Again, doesn't matter where it is in the lineup - that simply doesn't matter unless there are two key stroke definitions that point to two different commands then the final loaded (ie last in the list) will be the one used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, there isn't any other ET command being created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, as I mentioned, it's not a matter of ACAD not loading the command correctly; it knows ET or ED or whatever I want to define it as and whereever I place it, whether at the top of the file or the bottom of the file, it's still reading that in and it reports on the command line that ET = DDEDIT. &amp;nbsp;It wouldn't do that if the problem was with the PGP file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the command it shows ET (DDEDIT) if you don't press enter right away. &amp;nbsp;You can see from the attached image what I'm talking about. &amp;nbsp;It wouldn't show in the list as a known command like that if it was an issue with the PGP file. &amp;nbsp;It's when you press enter to accept the ddedit command that it says "ET Unknown command "ET". Press F1 for help."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, back to the original question. &amp;nbsp;Why does it accept some key stroke commands from the PGP as legit commands and for others, such as DDEDIT, it doesn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293745#M59934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293780#M59935</link>
      <description>&lt;P&gt;Post #2 did the test and it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From two equally ancient users of AutoCAD/LT (we are not Autodesk staff), our advise stands the test of time and works 100%, always &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the PGP file, at the bottom, yours I believe:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/235120i907E7B60B47DF9E4/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may help to turn off the second-guessing feature when typiing in modern versions of LT: a common complaint from "fast typers" since AutoCAD/LT2010. It seems to fit your latest description too. It helps if you do not use a mouse button for &amp;lt;enter&amp;gt; too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck: remember, around here the most frequest repliers to your posts are us old-timers like you with 25-30 years of work experience with the product in question.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:20:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293780#M59935</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-04-26T16:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293883#M59936</link>
      <description>&lt;P&gt;It's time to call it TEXTEDIT too&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/235133i5800A7F7FEC0AAA1/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/235134iCC78C450F7D87D1F/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture2.PNG" title="Capture2.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 17:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293883#M59936</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-04-26T17:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293910#M59937</link>
      <description>&lt;P&gt;Hahaha... Ok.. you got me on that one. &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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm an old fart ACAD user. &amp;nbsp;Been using ACAD for over 30 years now&amp;nbsp;so&amp;nbsp;I&amp;nbsp;don't always update to the latest commands because I still use the ones I know and with stuff like this I don't even see that they've changed the name of the command till one day they stop working, esp with things like DDEDIT where they are now being masked into another command in the PGP file. &amp;nbsp;This was an upgrade for us from 2014 to 2017 so I missed that&amp;nbsp; in 2015 they made it obsolete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's that mask that's causing the problem here and why some of them are working and some aren't. &amp;nbsp;You cannot define a keystroke command to another keystroke command. &amp;nbsp;At the point DDEDIT stopped being a command and started being a line in the PGP file (DDEDIT, &amp;nbsp; &amp;nbsp; *TEXTEDIT) it would stop the follow up from working (et, *ddedit).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem solved... &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 17:18:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293910#M59937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293919#M59938</link>
      <description>&lt;P&gt;Yes, at the bottom it has always said add your stuff here. &amp;nbsp;However, it doesn't matter where it's added. &amp;nbsp;I usually pull out the remark lines and re-order all the lines in the pgp file so they are in alphabetical order. &amp;nbsp;Only reason ACAD added the bit about your stuff here was to alieviate some of the confussion as to why things when added didn't work so that user added items would overwrite any defaults from acad.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 17:20:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6293919#M59938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-26T17:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: PGP file hit and miss</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6295390#M59939</link>
      <description>While it is true you can add your customzations anywhere, if you place them at the bottom you will always find then and you will always know for sure there is nothing after it that may replace it. Always true, regardless of what you've done since 1985 &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 27 Apr 2016 12:26:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/pgp-file-hit-and-miss/m-p/6295390#M59939</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2016-04-27T12:26:35Z</dc:date>
    </item>
  </channel>
</rss>

