| View previous topic :: View next topic |
| Author |
Message |
kisszepi
Joined: 07 Nov 2009 Posts: 1
|
Posted: Sat Nov 07, 2009 4:09 pm Post subject: Send key to background, pls help |
|
|
Hello,
I'm absolutely newbie, and i need a help.
I need a script to send a key every 10sec, to a background window.
I did something, it works on active windows. But i can't wrote this for background.
| Code: |
Loop
{
Send,{1}
Sleep,10000
}
|
Thank you guys, i hope somebody can help me. |
|
| Back to top |
|
 |
Ace Coder
Joined: 26 Oct 2009 Posts: 233
|
Posted: Sat Nov 07, 2009 4:19 pm Post subject: |
|
|
Edit: Double Post
Last edited by Ace Coder on Sun Nov 08, 2009 2:10 am; edited 1 time in total |
|
| Back to top |
|
 |
Ace Coder
Joined: 26 Oct 2009 Posts: 233
|
Posted: Sat Nov 07, 2009 4:19 pm Post subject: |
|
|
| Control send is a good place to start. |
|
| Back to top |
|
 |
|