<?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 Add applications' functions (LISP) to toolbars/shortcut keys - Is this possible? in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11918971#M6813</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find my functions defined in one already loaded&amp;nbsp;app to add them to toolbars or shortcut keys.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;The CUI does not allow me to pick up these, so I can only call them using the Command line.&lt;/P&gt;&lt;P&gt;Is there any alternative to speed up the process?&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 07:51:35 GMT</pubDate>
    <dc:creator>pedro_cruz</dc:creator>
    <dc:date>2023-04-25T07:51:35Z</dc:date>
    <item>
      <title>Add applications' functions (LISP) to toolbars/shortcut keys - Is this possible?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11918971#M6813</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find my functions defined in one already loaded&amp;nbsp;app to add them to toolbars or shortcut keys.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;The CUI does not allow me to pick up these, so I can only call them using the Command line.&lt;/P&gt;&lt;P&gt;Is there any alternative to speed up the process?&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 07:51:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11918971#M6813</guid>
      <dc:creator>pedro_cruz</dc:creator>
      <dc:date>2023-04-25T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add applications' functions to toolbars/shortcut keys - Is this possible?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11919032#M6814</link>
      <description>&lt;P&gt;Have you tried looking at the help for the app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh, yeah, one more question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What app is it?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 23:35:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11919032#M6814</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2023-04-24T23:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add applications' functions to toolbars/shortcut keys - Is this possible?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11919669#M6815</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/569689"&gt;@RobDraw&lt;/a&gt;: Very poor subject description (my bad). I have edit my post to include the word LISP. So, you write the code, you load it and you wish to run it. So far I could only do it using the Command line writing teh name of the functions. Is there any quicker alternative?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 07:54:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11919669#M6815</guid>
      <dc:creator>pedro_cruz</dc:creator>
      <dc:date>2023-04-25T07:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add applications' functions (LISP) to toolbars/shortcut keys - Is this possible?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11920390#M6816</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13806323"&gt;@pedro_cruz&lt;/a&gt; Adding commands (LISP or macros or just core command functions) is described in HELP in AutoCAD/LT, but here is an online tutorial with lots more pictures &lt;A href="https://www.wikihow.com/Create-a-New-Command-on-Autocad" target="_blank"&gt;https://www.wikihow.com/Create-a-New-Command-on-Autocad&lt;/A&gt; &lt;BR /&gt;And if you need to dive in more (like creating custom panels etc.)&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=cQ-x8E1eo4A" target="_blank"&gt;https://www.youtube.com/watch?v=cQ-x8E1eo4A&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And then, since it is the year 2023, more online to help yourself can be explored here &lt;A href="https://www.google.com/search?q=autocad+tip%3A+how+to+add+a+command+to+cui" target="_blank"&gt;https://www.google.com/search?q=autocad+tip%3A+how+to+add+a+command+to+cui&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Happy Cadding!</description>
      <pubDate>Tue, 25 Apr 2023 13:22:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11920390#M6816</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-04-25T13:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add applications' functions (LISP) to toolbars/shortcut keys - Is this possible?</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11920550#M6817</link>
      <description>Thank you.</description>
      <pubDate>Tue, 25 Apr 2023 14:20:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/add-applications-functions-lisp-to-toolbars-shortcut-keys-is/m-p/11920550#M6817</guid>
      <dc:creator>pedro_cruz</dc:creator>
      <dc:date>2023-04-25T14:20:31Z</dc:date>
    </item>
  </channel>
</rss>

