Support » Application Note: Using AutoHotkey with Pololu USB Products »
4. Using Autohotkey
<p>AutoHotkey has a brief <a href="https://www.autohotkey.com/docs/Tutorial.htm">tutorial and overview</a>, which explains the basics of using the program.</p>
<p>When using AutoHotkey with these command-line utilities there are a couple of issues to look out for:</p>
<ul>
<li>The command-line utility will not run while the product software is connected to the USB device (e.g. <i>usccmd</i> cannot run while the Maestro Control Center is connected to a servo controller).</li>
<li>Only one instance of the command-line utility can be running at a time. If you try to run two commands in a row without using AutoHotkey’s RunWait, the command-line utility will not work.</li>
<li>Commas(,) in command-line utility commands need to be escaped with backtics (`).</li>
</ul>