CODE:
#Requires AutoHotkey v2.0
ct := () => Send('^t')
~RButton::e
F3:: {
Static on := False
If on := !on
SetTimer(ct, 10720), ct()
Else SetTimer(ct, 0)
SoundBeep 1000 + 500 * on
}
Statistics: Posted by mikeyww — Today, 09:04
CODE:
#Requires AutoHotkey v2.0
ct := () => Send('^t')
~RButton::e
F3:: {
Static on := False
If on := !on
SetTimer(ct, 10720), ct()
Else SetTimer(ct, 0)
SoundBeep 1000 + 500 * on
}
Statistics: Posted by mikeyww — Today, 09:04