guys i tried to make my own RC autohotkey macro but it didnt work this is what i have wrote in the script :
s::
SetKeyDelay, 30
Send, {SPACE}
SetKeyDelay, 1
Send, 2
SetKeyDelay, 16
Send, {SPACE}
return
but when i press S on texts wroks fine but in s4 nothing happens why?
s::
SetKeyDelay, 30
Send, {SPACE}
SetKeyDelay, 1
Send, 2
SetKeyDelay, 16
Send, {SPACE}
return
but when i press S on texts wroks fine but in s4 nothing happens why?