Search found 4 matches

by bibloffxi
12 Jan 2024, 14:37
Forum: Ask for Help (v1)
Topic: trying to add a sleep to this.
Replies: 4
Views: 187

Re: trying to add a sleep to this.

Thx so much. That worked Great.
by bibloffxi
12 Jan 2024, 13:03
Forum: Ask for Help (v1)
Topic: trying to add a sleep to this.
Replies: 4
Views: 187

Re: trying to add a sleep to this.

Is there a way to fix or rewrite is so it clicks left mouse button every 30 seconds then?

I tried SetTimer, KeyWinC, -400 but it failed to load.
by bibloffxi
12 Jan 2024, 10:50
Forum: Ask for Help (v1)
Topic: trying to add a sleep to this.
Replies: 4
Views: 187

trying to add a sleep to this.

Code: Select all

Capslock::
    
	If ( toggle := !toggle ) {
		Click, Down Left
	}
	Else {
		Click, Up Left
		}
			
	Return
only want it to run about once every 30 seconds. I tried adding sleep, 30000 before if and it won't start. if i add it after else i can't stop it.
by bibloffxi
08 Apr 2021, 17:38
Forum: Ask for Help (v2)
Topic: help making a autohot key command
Replies: 0
Views: 340

help making a autohot key command

I want it to when i hit right on d pad of a controler to hiy
Shift+3
then press 1,2,3,4 with like half second delay between each press
Shift+3 again
1,2,3,4
Shift + 3
Shift+3

Go to advanced search