Answers for "ahk toggle"

0

ahk toggle

F10::
if (tgl := !tgl) ; you can have variable whatever you like. It will switch value to 0 or 1
;Some code...
Tooltip, Toggle is switched to %tgl% ,0,0
Return
Posted by: Guest on August-12-2021

Browse Popular Code Answers by Language