Basically I am trying to write a script that will simulate holding down control and pushing scroll lock twice. I just can't seem to get it right.
Tried
Send, {Ctrl Down}{ScrollLock}
Send, {ScrollLock}{Ctrl Up}
return
And
Send, {Ctrl Down}{ScrollLock}{ScrollLock}{Ctrl Up}
return
But neither trigger the desired response.