Toggle skript

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Rurup
Posts: 1
Joined: 21 Apr 2018, 03:47

Toggle skript

21 Apr 2018, 03:57

Hi i'm looking for a script that will do this for me
;if you press
f12::
;toggle what is down below on and off

r::
send, {RButton}
sleep 50
send, {LButton}
sleep 50
send, {RButton}
Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Toggle skript

21 Apr 2018, 05:24

Hallo,
try:

Code: Select all

;if you press
f12::Suspend
;toggle what is down below on and off

r::
send, {RButton}
sleep 50
send, {LButton}
sleep 50
send, {RButton}
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Lamron750, nacken012 and 230 guests