<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как сделать работу в неактивном окне]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17406&amp;type=atom" />
	<updated>2022-10-08T13:27:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17406</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать работу в неактивном окне]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=155143#p155143" />
			<content type="html"><![CDATA[<p><strong>stoke</strong><br />Используйте <a href="https://www.autohotkey.com/docs/commands/ControlSend.htm">ControlSend.</a></p>]]></content>
			<author>
				<name><![CDATA[Clannad5]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39853</uri>
			</author>
			<updated>2022-10-08T13:27:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=155143#p155143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать работу в неактивном окне]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=155141#p155141" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stoke пишет:</cite><blockquote><p>AntiAFK в общем, для игр</p></blockquote></div><p>Вопросы по играм должны находиться в соответствующей ветке!</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-10-08T08:49:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=155141#p155141</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать работу в неактивном окне]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=155128#p155128" />
			<content type="html"><![CDATA[<p>Здравствуйте. Помогите пожалуйста неопытному.<br />Есть просто скрипт, выполняет некие действия на экране, нажимает клавиши и мышку (AntiAFK в общем, для игр).<br />Как переделать его под неактивное окно, и чтобы скрипт выполнялся именно в определенном окне?<br />Поиском пользовался, находил темы, пытался что-то сделать, но все безуспешно.<br />Помогите пожалуйста! Буду очень благодарен! </p><p>Сам код:<br /></p><div class="codebox"><pre><code>F2::
Loop
{
Send, {W}
Send, {W}
Send, {W}
Send, {Control}
MouseClick, left, 55, 233
Send, {Shift down}
MouseClick, left, 55, 233
Send, {Shift up}
Send, {Control}
sleep, 1500
}
Return

End:: ExitApp
Home:: Pause</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stoke]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42824</uri>
			</author>
			<updated>2022-10-07T19:45:10Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=155128#p155128</id>
		</entry>
</feed>
