On off loop macro

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Il Trump

On off loop macro

30 Apr 2017, 02:57

Hello, Im looking for a function that allow my loop macro start with a key and pause it with a different key.

Thanks.
neomulemi6
Posts: 216
Joined: 30 Jun 2016, 06:01

Re: On off loop macro

30 Apr 2017, 07:32

Here's an example of a loop activated with the F1 key, and paused with the Pause key.

Code: Select all

F1::
Loop
 {
  ; loop contents
 }
 Return
 
Pause::Pause

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: dipahk, Nerafius and 193 guests