SetKeyDelay, 200 ^M:: ; This sets CTRL + M as the "hotkey" (trigger). Loop, 5 ; number of iterations { send, c ; Copies the clip. send, ^+{PgDn} ; Ctrl+Shift+Page Down to advance playhead 10 seconds. send, v ; Pastes the clip. sleep, 200 } return