Support » Application Note: Using AutoHotkey with Pololu USB Products » 5.a. Maestro Scripts »
5.a.1. Toggle an LED
In this example, an LED is connected to channel 0. See Section 7.b of the Maestro User’s Guide to see how to connect an LED. Ctrl+Alt+C will turn the LED on, and Ctrl+Alt+B will turn the LED off.
^!c:: Run usccmd --servo 0`,8000,,Hide ^!b:: Run usccmd --servo 0`,0,,Hide