<?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: Command for switching to model tab from layout tab in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789342#M139669</link>
    <description>&lt;P&gt;This helps when you want to seek through model and layout tabs one by one. I've previously binded ctrl+home to switch from any layout tab to model tab and that's often handy when you want to jump model tab behind 50 layout tabs.&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2019 09:14:52 GMT</pubDate>
    <dc:creator>AutoDesk_222</dc:creator>
    <dc:date>2019-05-14T09:14:52Z</dc:date>
    <item>
      <title>Command for switching to model tab from layout tab</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789319#M139667</link>
      <description>&lt;P&gt;I have used ^C^C_model macro with keyboard hotkey for switching to model tab from layout tab. This worked with ACAD LT 2014, but now with ACAD 2018 I get message "Start tab is currently turned off". I have turned start tab off on purpose. Is there any other macro I could use to jump from layout tab to model tab?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also found this lisp code but don't know how to apply it to keyboard shortcut. I would like to use macro primarily if there is one. But also would like to know how to bind lisp to keyboard shortcut.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(defun C:TI ()&lt;BR /&gt;(if (= 0 (getvar "tilemode"))&lt;BR /&gt;(setvar "tilemode" 1)&lt;BR /&gt;(setvar "tilemode" 0)&lt;BR /&gt;)&lt;BR /&gt;(princ))&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 08:58:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789319#M139667</guid>
      <dc:creator>AutoDesk_222</dc:creator>
      <dc:date>2019-05-14T08:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Command for switching to model tab from layout tab</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789340#M139668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i don't know if&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Ctrl+Page Down&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;Ctrl+Page UP&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;could help ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 09:11:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789340#M139668</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2019-05-14T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Command for switching to model tab from layout tab</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789342#M139669</link>
      <description>&lt;P&gt;This helps when you want to seek through model and layout tabs one by one. I've previously binded ctrl+home to switch from any layout tab to model tab and that's often handy when you want to jump model tab behind 50 layout tabs.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 09:14:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789342#M139669</guid>
      <dc:creator>AutoDesk_222</dc:creator>
      <dc:date>2019-05-14T09:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Command for switching to model tab from layout tab</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789368#M139670</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4689929"&gt;@AutoDesk_222&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add this to an icon on your toolbar &lt;STRONG&gt;^C^C(setvar 'TILEMODE (- 1 (getvar 'TILEMODE)))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 09:28:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789368#M139670</guid>
      <dc:creator>skintsubby</dc:creator>
      <dc:date>2019-05-14T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Command for switching to model tab from layout tab</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789390#M139671</link>
      <description>&lt;P&gt;Thanks! This worked. Though I just noticed that ctrl + home was already binded for ^C^C_gotostart which was the reason it didnt work and returned "Start tab is currently turned off". Usually &lt;STRONG&gt;User Interface Custimization&lt;/STRONG&gt; gives warning for double binds but in this case it didn't give me it. I noticed it when adding keyboard shortcut to the custom command you provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;^C^C_model is also working at ACAD 2018, it just didn't work first because there was double bind with ^C^C_gotostart which is now without keyboard shortcut.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 09:43:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/command-for-switching-to-model-tab-from-layout-tab/m-p/8789390#M139671</guid>
      <dc:creator>AutoDesk_222</dc:creator>
      <dc:date>2019-05-14T09:43:53Z</dc:date>
    </item>
  </channel>
</rss>

