<?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: Reorganize iLogic folders without deleting keyboard shortcuts? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212519#M157182</link>
    <description>&lt;P&gt;Yeap, Notepad++ screenshot attached.&lt;/P&gt;&lt;P&gt;Search for "Command Aliases".&lt;/P&gt;&lt;P&gt;Probably change one manually so you get the folder.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 16:41:08 GMT</pubDate>
    <dc:creator>Frederick_Law</dc:creator>
    <dc:date>2023-09-01T16:41:08Z</dc:date>
    <item>
      <title>Reorganize iLogic folders without deleting keyboard shortcuts?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212467#M157178</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After a year of messing with iLogic, I'm getting to the point where my default folder is becoming unmanageable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that inventor will follow recursively if I make sub-folders in windows explorer, but there is one inconvenience. Most of my scripts have matching hotkeys set up to run them as a keyboard shortcut. When I relocate the script, the hotkey is deleted. I can reset them manually of course, but there are dozens so it'll take a while.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to preserve the hotkeys when I reorg my iLogic folder? Alternatively, is there a way to assign a hotkey from within the rule editor or via the iLogic side panel?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 16:21:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212467#M157178</guid>
      <dc:creator>nbonnett-murphy</dc:creator>
      <dc:date>2023-09-01T16:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reorganize iLogic folders without deleting keyboard shortcuts?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212503#M157180</link>
      <description>&lt;P&gt;Export the settings.&amp;nbsp; Edit with text editor.&amp;nbsp; Import it again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KeyboardShortcut-01.jpg" style="width: 564px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1261107iC8069D2088DF631F/image-size/large?v=v2&amp;amp;px=999" role="button" title="KeyboardShortcut-01.jpg" alt="KeyboardShortcut-01.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 16:37:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212503#M157180</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2023-09-01T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reorganize iLogic folders without deleting keyboard shortcuts?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212511#M157181</link>
      <description>&lt;P&gt;Excellent idea thanks! I'm sure notepad++ can get me there without needing to go one by one.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 16:40:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212511#M157181</guid>
      <dc:creator>nbonnett-murphy</dc:creator>
      <dc:date>2023-09-01T16:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reorganize iLogic folders without deleting keyboard shortcuts?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212519#M157182</link>
      <description>&lt;P&gt;Yeap, Notepad++ screenshot attached.&lt;/P&gt;&lt;P&gt;Search for "Command Aliases".&lt;/P&gt;&lt;P&gt;Probably change one manually so you get the folder.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 16:41:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212519#M157182</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2023-09-01T16:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reorganize iLogic folders without deleting keyboard shortcuts?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212609#M157186</link>
      <description>&lt;P&gt;Just so you know, there is actually a way to set the shortcuts by code, but it's more complicated than it should be, and would likely require a lot more code that you would want to deal with, if you need to set a lot of iLogic rules back to the same shortcuts again after moving them.&lt;/P&gt;
&lt;P&gt;ThisApplication.CommandManager.ControlDefinitions.Item("ControlDefinitionName").DefaultShortcut&lt;/P&gt;
&lt;P&gt;...and a few related properties of the &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-ControlDefinition" target="_blank" rel="noopener"&gt;ControlDefinition&lt;/A&gt; object.&amp;nbsp; You can check out the online help page for that object if you want to read more about those properties.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 17:32:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12212609#M157186</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2023-09-01T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reorganize iLogic folders without deleting keyboard shortcuts?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12235837#M157637</link>
      <description>&lt;P&gt;I actually ended up doing it manually earlier this week. But I'm definitely filing this away for future reference if I ever need to migrate/reorganize a big pile of scripts.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 21:35:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/reorganize-ilogic-folders-without-deleting-keyboard-shortcuts/m-p/12235837#M157637</guid>
      <dc:creator>nbonnett-murphy</dc:creator>
      <dc:date>2023-09-12T21:35:10Z</dc:date>
    </item>
  </channel>
</rss>

