SetKeyDelay, 100 ^L:: ; This sets CTRL + L as the "hotkey" (trigger). Loop, 10 ; number of iterations { send, c send, a sleep, 100 } return