Support » Application Note: Using AutoHotkey with Pololu USB Products » 5.c. Jrk Scripts »
5.c.1. Control a motor
Ctrl+Alt+C stops the motor, Ctrl+Alt+V sets the motor to go in the forward direction, Ctrl+Alt+B sets the current target position to 1500,
^!c:: Run jrkcmd --stop,,Hide ^!v:: Run jrkcmd --run,,Hide ^!b:: Run jrkcmd --target 1500,,Hide