Support » Application Note: Using AutoHotkey with Pololu USB Products » 5.b. Simple Motor Controller Scripts »
5.b.1. Control a Motor
<p>Ctrl+Alt+C stops the motor, Ctrl+Alt+V sets the motor to go in the forward direction, Ctrl+Alt+B sets the motor to go in the reverse direction,</p>
<pre name="code">^!c:: Run smccmd --brake 32,,Hide
^!v:: Run smccmd --resume --speed 1500,,Hide
^!b:: Run smccmd --resume --speed -1500,,Hide</pre>