<?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: Am I able to change/revise the Zoom All keyin? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911560#M184620</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can redefine Zoom options commands by adding such below lines to your Acaddoc.lsp .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(defun C:ZE () (command "._Zoom" "_Extents") (princ))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(defun C:ZA () (command "._Zoom" "_All") (princ))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2018 16:26:29 GMT</pubDate>
    <dc:creator>imadHabash</dc:creator>
    <dc:date>2018-04-05T16:26:29Z</dc:date>
    <item>
      <title>Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911473#M184619</link>
      <description>&lt;P&gt;I am using Civil 3D 2016 although I am just using "Drafting and Annotation"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this is silly or maybe dumb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I would like to change/revise/add to whatever runs the ZOOM command.&lt;/P&gt;&lt;P&gt;Right now I have to use ZA to Zoom All. I would like to change that to something else, for me ZZ is what I'm looking for which would help me to not keep looking at the keyboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already added CC for copy rather than CP&amp;nbsp;in ACAD.PGP&lt;/P&gt;&lt;P&gt;I also see Z for ZOOM but I don't see ZA for ZOOM ALL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 15:56:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911473#M184619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-05T15:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911560#M184620</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can redefine Zoom options commands by adding such below lines to your Acaddoc.lsp .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(defun C:ZE () (command "._Zoom" "_Extents") (princ))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(defun C:ZA () (command "._Zoom" "_All") (princ))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 16:26:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911560#M184620</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2018-04-05T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911563#M184621</link>
      <description>&lt;P&gt;Double clicking the mouse wheel zooms extents too. That is the easiest way.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 16:27:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911563#M184621</guid>
      <dc:creator>gotphish001</dc:creator>
      <dc:date>2018-04-05T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911712#M184622</link>
      <description>&lt;P&gt;Thank you imadHabash,&lt;/P&gt;&lt;P&gt;I can't find Acaddoc.lsp, all I can find is acad2016.lsp or acad2016doc.lsp and I am truly lost when I open the 2016doc file.&lt;/P&gt;&lt;P&gt;Would I add the lines &lt;EM&gt;BEFORE&lt;/EM&gt; the &lt;STRONG&gt;-----BEGIN-SIGNATURE----- &lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, are the lines of text saying that ZE is Zoom Extents and ZA is Zoom All? Because I want Zoom All to be ZZ and maybe Zoom Extents to be ZZZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 17:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911712#M184622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-05T17:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911723#M184623</link>
      <description>&lt;P&gt;Thanks to you gotphish001,&lt;/P&gt;&lt;P&gt;I don't really like using wheel other than for scrolling in and out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your input is appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 17:11:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911723#M184623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-05T17:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911751#M184624</link>
      <description>Don't change that file. Create new txt name it acaddoc.lsp&lt;BR /&gt;Save at same place.</description>
      <pubDate>Thu, 05 Apr 2018 17:17:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911751#M184624</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2018-04-05T17:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911859#M184625</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp;I want Zoom All to be ZZ and maybe Zoom Extents to be ZZZ.&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The part&amp;nbsp;immediately following&amp;nbsp;the &lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;C:&lt;/STRONG&gt;&lt;/FONT&gt; is the command name that you would type in to use it.&amp;nbsp; You can call&amp;nbsp;a command&amp;nbsp;&lt;FONT color="#0000ff"&gt;anything you want&lt;/FONT&gt; --&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(defun &lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;C:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff"&gt;SpongeBobSquarePants&lt;/FONT&gt; () (command "._Zoom" "_All") (princ))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[except it can't have spaces or certain punctuation characters, and if you duplicate some already-existing command name or alias you would have problems].&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 17:58:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911859#M184625</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-04-05T17:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911999#M184626</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymouswrote:&lt;BR /&gt;&lt;P&gt;I am using Civil 3D 2016 although I am just using "Drafting and Annotation"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this is silly or maybe dumb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I would like to change/revise/add to whatever runs the ZOOM command.&lt;/P&gt;&lt;P&gt;Right now I have to use ZA to Zoom All. I would like to change that to something else, for me ZZ is what I'm looking for which would help me to not keep looking at the keyboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already added CC for copy rather than CP&amp;nbsp;in ACAD.PGP&lt;/P&gt;&lt;P&gt;I also see Z for ZOOM but I don't see ZA for ZOOM ALL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've tried to locate where is this ZA command defined and coundn't find it. But it behaves like a LISP command somewhere defined similar way as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/508410"&gt;@imadHabash&lt;/a&gt;&amp;nbsp;showed you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That means it can't be changed. Most simple thing you can do is add into pgp file new alias at the end:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ZZ, *ZA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then&amp;nbsp;ZA will keep working and ZZ will call ZA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you ever want to change ZA for something else, the only way is to redefine the lisp commadn the way as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/508410"&gt;@imadHabash&lt;/a&gt;&amp;nbsp;show you and make sure that it is always loaded (eg. using acaddoc.lsp) If two lisp commands have same name, the last-one loaded (yours in acaddoc) will beat (re-defines) the previous (which you cannot change).&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 18:39:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7911999#M184626</guid>
      <dc:creator>ВeekeeCZ</dc:creator>
      <dc:date>2018-04-05T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Am I able to change/revise the Zoom All keyin?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7912578#M184627</link>
      <description>&lt;P&gt;Open note pad, paste the code below and save as zoom.lsp&amp;nbsp; in your support folder.&amp;nbsp;Change the red text only to the short cut keys you want&amp;nbsp;for the commands that follow. &amp;nbsp;Make sure your acad. pgp does not contain any of the short cuts in the zoom lisp. Type the command appload and add the zoom.lsp to the contents of the startup suite (briefcase icon in lower right). Test the short cuts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DEFUN C:&lt;FONT color="#ff0000"&gt;ZP&lt;/FONT&gt; ()&lt;BR /&gt;&amp;nbsp; (princ " Zoom P ")&lt;BR /&gt;&amp;nbsp; (COMMAND "ZOOM" "P")&lt;BR /&gt;&amp;nbsp; (PRINC))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DEFUN C:&lt;FONT color="#ff0000"&gt;ZW&lt;/FONT&gt; ()&lt;BR /&gt;&amp;nbsp; (princ " Zoom Win ")&lt;BR /&gt;&amp;nbsp; (COMMAND "ZOOM" "W")&lt;BR /&gt;&amp;nbsp; (PRINC))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DEFUN C:&lt;FONT color="#ff0000"&gt;ZE&lt;/FONT&gt; ()&lt;BR /&gt;&amp;nbsp; (princ " Zoom Extents ")&lt;BR /&gt;&amp;nbsp; (COMMAND "ZOOM" "E")&lt;BR /&gt;&amp;nbsp; (PRINC))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(DEFUN C:&lt;FONT color="#ff0000"&gt;ZO&lt;/FONT&gt; ()&lt;BR /&gt;&amp;nbsp; (princ " Zoom Object ")&lt;BR /&gt;&amp;nbsp; (COMMAND "ZOOM" "O")&lt;BR /&gt;&amp;nbsp; (PRINC))&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 22:57:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/am-i-able-to-change-revise-the-zoom-all-keyin/m-p/7912578#M184627</guid>
      <dc:creator>cwr-pae</dc:creator>
      <dc:date>2018-04-05T22:57:03Z</dc:date>
    </item>
  </channel>
</rss>

