<?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 Keyboard Shortcut in Meshmixer Forum</title>
    <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9291306#M2903</link>
    <description>&lt;P&gt;Hello to the group!&lt;/P&gt;&lt;P&gt;Is there any more shortcut key than the hotkeys provided, or it is possible to create some user defined keys?&lt;/P&gt;&lt;P&gt;I work a lot with the Align to Target tool and it was very nice if I have shortcut for it!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 02 Feb 2020 19:26:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-02T19:26:48Z</dc:date>
    <item>
      <title>Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9291306#M2903</link>
      <description>&lt;P&gt;Hello to the group!&lt;/P&gt;&lt;P&gt;Is there any more shortcut key than the hotkeys provided, or it is possible to create some user defined keys?&lt;/P&gt;&lt;P&gt;I work a lot with the Align to Target tool and it was very nice if I have shortcut for it!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2020 19:26:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9291306#M2903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-02T19:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9292648#M2904</link>
      <description>&lt;P&gt;'n' for align to target&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1) If you want to make some custom hotkeys it is a bit of work around but it can be done using python and the mmapi.&lt;/P&gt;&lt;P&gt;2) See the Win10 thread from last week for getting that working.&lt;/P&gt;&lt;P&gt;3) In a powershell input: pip install keyboard.&amp;nbsp; This will install a python library that 'listens' to keyboard inputs in windows globally.&lt;/P&gt;&lt;P&gt;4) Write code to run an mmapi tool/function/command everytime that key is press. Hint: stick to the 'F_' keys"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Obviously largely depending on how you make your your code it should look something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;import keyboard&lt;/P&gt;&lt;P&gt;keyboard.add_hotkey('F2', lambda: #############...)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:59:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9292648#M2904</guid>
      <dc:creator>hfcandrew</dc:creator>
      <dc:date>2020-02-03T13:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9293015#M2905</link>
      <description>&lt;P&gt;Are you aware of the KeyboardShortcuts entry in the Help menu?&lt;/P&gt;
&lt;P&gt;The you'll find most of the available Hotkeys...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 15:56:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9293015#M2905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T15:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9294014#M2906</link>
      <description>&lt;P&gt;Thank you for your response, and I'm aware of the Hotkeys.&lt;/P&gt;&lt;P&gt;The (n) Align tool provided is not for the Align To Target, that was what I want to shortcut. Or... something is missing to me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 23:16:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9294014#M2906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T23:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9294023#M2907</link>
      <description>&lt;P&gt;Thank you sir!&lt;/P&gt;&lt;P&gt;The "n" don't work for Align To Target, or ... I'm doing something wrong.&lt;/P&gt;&lt;P&gt;I'm not use to work with more advanced programming &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;, but with your advice and information, I give it a try!! &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 23:22:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9294023#M2907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T23:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9310250#M2908</link>
      <description>&lt;P&gt;No I don't think there is a default hotkey for 'align to target'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To can set your target with &lt;STRONG&gt;`&lt;/STRONG&gt; though. Saves having to bring up the object browser.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 14:41:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9310250#M2908</guid>
      <dc:creator>hfcandrew</dc:creator>
      <dc:date>2020-02-11T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9311462#M2909</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6837047"&gt;@hfcandrew&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;No I don't think there is a default hotkey for 'align to target'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To can set your target with &lt;STRONG&gt;`&lt;/STRONG&gt; though. Saves having to bring up the object browser.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hello Andrew. Thanks again for you response. I am very interested and learning to do by myself the hotkey for it, as it yours first post.&lt;/P&gt;&lt;P&gt;Makes me curious what you intend with "target&amp;nbsp;with &lt;STRONG&gt;`&lt;/STRONG&gt; though".&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 21:59:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9311462#M2909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-11T21:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Shortcut</title>
      <link>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9311479#M2910</link>
      <description>&lt;P&gt;If you are using the 'align to target' command after making a selection. You have to have another object set as the target. the hotkey to set a target is `&amp;nbsp; &amp;nbsp;or&amp;nbsp; &amp;nbsp; ~&amp;nbsp; &amp;nbsp; which is beside the 1 key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take make custom hot keys is far more complicated. Need to set up the mmapi to run a command (align to target) allowed by the mmapi, then globally set a python library to 'watch out' for when that key is pressed. And when it is pressed, if the proper MM conditions are satisfied (a selection has been made) then attempt to run the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow these instructions:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/meshmixer/mmapi-on-windows-10/td-p/9277543" target="_blank"&gt;https://forums.autodesk.com/t5/meshmixer/mmapi-on-windows-10/td-p/9277543&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once to can get the mmapi to plane cut the bunny then report back to me.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 22:08:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/meshmixer-forum/keyboard-shortcut/m-p/9311479#M2910</guid>
      <dc:creator>hfcandrew</dc:creator>
      <dc:date>2020-02-11T22:08:56Z</dc:date>
    </item>
  </channel>
</rss>

