<?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: How to get Short key collection in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514004#M73772</link>
    <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried &amp;nbsp;&lt;SPAN&gt;C:\Users\&amp;lt;OUR_USER_NAME\AppData\Roaming\Autodesk&lt;/SPAN&gt;&lt;SPAN&gt;\Revit\Autodesk Revit 2015\KeyboardShortcuts.xml path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But xml file is not there. Could you plesae suggest me what i am doing wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bhavana&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Feb 2015 09:19:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-20T09:19:50Z</dc:date>
    <item>
      <title>How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513905#M73766</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest how can i get list of revit short keys programatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;Bhavana Gahlot&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 07:02:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513905#M73766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T07:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513938#M73767</link>
      <description>&lt;P&gt;The user interface provides a command to export your shortcut keys to XML:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/RVT/2015/ENU/?guid=GUID-0A6F242A-EBEF-4B9B-B974-23006DC2E882" target="_blank"&gt;http://help.autodesk.com/view/RVT/2015/ENU/?guid=GUID-0A6F242A-EBEF-4B9B-B974-23006DC2E882&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This command may possibly be launched programmatically as well using PostCommand:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.3" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try it out and let us know what you find out.&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;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 07:55:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513938#M73767</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-02-20T07:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513956#M73768</link>
      <description>&lt;P&gt;Might be tricky to drive programmatically:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either use PostCommand or Windows UI Automation to do the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;View &amp;gt; Windows &amp;gt; User Interface &amp;gt; Keyboard Shortcuts &amp;gt; Export... &amp;gt; filename input &amp;gt; Save &amp;gt; Cancel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use PostCommand, you will have to handle all the dialogues that pop up via the Revit API:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.32" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.32&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 08:12:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513956#M73768</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-02-20T08:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513990#M73769</link>
      <description>&lt;P&gt;Dear SoftwareTesting,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just read this file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Users\&amp;lt;YOUR_USER_NAME&amp;gt;\AppData\Roaming\Autodesk\Revit\Autodesk Revit 2015\KeyboardShortcuts.xml&lt;/P&gt;&lt;P&gt;As you can see, this is a per-user-file, so there may be several of them on your system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:05:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513990#M73769</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-02-20T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513994#M73770</link>
      <description>&lt;P&gt;Dear Revitalizer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for jumping in!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this file always generated automatically, or do you have to launch some Revit command to export it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does Revit keep it up to date automatically every time you make a change to the keyboard shortcots?&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;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:10:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5513994#M73770</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-02-20T09:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514002#M73771</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, Revit updates this file just if I changed the shortcuts in the GUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if there exists such a file if the user didn't change them yet, but I suppose so since there are not only user defined but also predefined shortcuts, e.g. WF for wireframe display mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rudi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:18:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514002#M73771</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-02-20T09:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514004#M73772</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried &amp;nbsp;&lt;SPAN&gt;C:\Users\&amp;lt;OUR_USER_NAME\AppData\Roaming\Autodesk&lt;/SPAN&gt;&lt;SPAN&gt;\Revit\Autodesk Revit 2015\KeyboardShortcuts.xml path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But xml file is not there. Could you plesae suggest me what i am doing wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bhavana&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:19:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514004#M73772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514010#M73773</link>
      <description>&lt;P&gt;Dear SoftwareTesting,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are you sure that you use Revit &lt;EM&gt;2015&lt;/EM&gt; ?&lt;/P&gt;&lt;P&gt;Are you sure this folder is &lt;EM&gt;visible&lt;/EM&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use the GUI and make a change to the existing shortcuts, e.g. by adding one: can you find this file&lt;EM&gt; after that&lt;/EM&gt; ?&lt;/P&gt;&lt;P&gt;Since shortcuts are &lt;EM&gt;per user&lt;/EM&gt;, this information needs to be stored, &lt;EM&gt;anyway&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:27:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514010#M73773</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-02-20T09:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514015#M73774</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After assigning one short key i am getting XML.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i need this file without creting any short key from GUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhavana&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>Fri, 20 Feb 2015 09:34:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514015#M73774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514020#M73775</link>
      <description>&lt;P&gt;Dear SoftwareTesting,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if the user hasn't changed his shortcuts, you can assume that he is using &lt;EM&gt;default&lt;/EM&gt; settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have such an XML file, you can extract this default information from this one file.&lt;/P&gt;&lt;P&gt;Just use your just newly created file as a &lt;EM&gt;template&lt;/EM&gt;, minus your change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Revitalizer.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 09:46:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514020#M73775</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-02-20T09:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514060#M73776</link>
      <description>&lt;P&gt;Dear Revitalizer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for a very good answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I summarised this discussion here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2015/02/keyboard-shortcuts-and-other-news.html" target="_blank" rel="nofollow"&gt;http://thebuildingcoder.typepad.com/blog/2015/02/k&lt;WBR /&gt;eyboard-shortcuts-and-other-news.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:15:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514060#M73776</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-02-20T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514086#M73777</link>
      <description>&lt;P&gt;Thanks for your reply ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If user does not change his settings in this case i need default settings in my program using Revit API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:36:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514086#M73777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-20T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514099#M73778</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;an addition to your blog posting:&lt;/P&gt;&lt;P&gt;Since the KeyboardShortcuts.xml is &lt;EM&gt;localized&lt;/EM&gt; (CommandName and Paths attributes), one will need to create &lt;EM&gt;one template per language&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;CommandId and Shortcuts attributes are language &lt;EM&gt;independent&lt;/EM&gt;, and in my German XML file, there is a default MD for "modify", "ändern" in German.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you just want the CommandId-Shortcuts relation you need just &lt;EM&gt;one&lt;/EM&gt; file version since this relation is language-independent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, have a nice weekend,&lt;/P&gt;&lt;P&gt;Rudi&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:50:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514099#M73778</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-02-20T10:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514175#M73779</link>
      <description>&lt;P&gt;Mille grazie, Rudi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You too!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a week's holiday coming up as well &amp;nbsp; &amp;nbsp;&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;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:45:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/5514175#M73779</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-02-20T11:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/11694909#M73780</link>
      <description>&lt;P&gt;Hello Everyone;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just keep coming years late to the party. I was searching around about assigning keyboard shortcuts to custom commands and I found this post from 2015. Has there been any change in the Revit API since 2015 in this area?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, am I correct that thru the user interface, you can only add shortcuts to commands that appear on a ribbon tab? For example, it might be nice to have a keyboard shortcut to a macro or a dynamo script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michelle&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>Sat, 21 Jan 2023 00:46:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/11694909#M73780</guid>
      <dc:creator>michellem</dc:creator>
      <dc:date>2023-01-21T00:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/11695262#M73781</link>
      <description>&lt;P&gt;You could simply execute your macro or Dynamo script manually and then check what entries that generates in the journal file. Most commands listed in the journal file, if not all, can be driven by the PostCommand API, and possibly (probably?) by a keyboard shortcut as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 08:41:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/11695262#M73781</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-01-21T08:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Short key collection</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/11699426#M73782</link>
      <description>&lt;P&gt;That's an interesting idea. I will have to give it a try - it is also a good reason to learn a bit more about the journal file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 16:56:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/how-to-get-short-key-collection/m-p/11699426#M73782</guid>
      <dc:creator>michellem</dc:creator>
      <dc:date>2023-01-23T16:56:14Z</dc:date>
    </item>
  </channel>
</rss>

