Code: Select all
lastShift := 0
$c::
if ((A_TickCount - lastShift) <= 250)
SendInput, p
else
SendInput, c
lastShift := A_TickCount
return
Code: Select all
lastShift := 0
$c::
if ((A_TickCount - lastShift) <= 250)
SendInput, p
else
SendInput, c
lastShift := A_TickCount
return
Code: Select all
IniRead, TestName, Names.ini, Users
InputBox, UserName, Enter a name:, What is your name?
If InStr(TestName, UserName)
{
FileAppend, [Username]`n%UserName%, %UserName%.ini
}
Naah...And yes, there must be a God bc of Stephen's timing
Code: Select all
::BRB::
Sleep, 2000
SetKeyDelay, -1
Send, Be Right Back
return
Code: Select all
::BRB::
Sleep, 2000
Send, Be Right Back