<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12110&amp;type=atom" />
	<updated>2016-10-29T12:38:31Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12110</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двойное зацикливание]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108677#p108677" />
			<content type="html"><![CDATA[<p>Можно так зациклить скрипт:<br /></p><div class="codebox"><pre><code>Loop
{
all_time := &quot;18&quot;    
start_time := A_TickCount
all_time := (start_time+all_time*600) 
Loop 
{
send {vk43}
var := (all_time-A_TickCount)       
if var &lt;= 0 
break
}

all_time := &quot;2018&quot;    
start_time := A_TickCount
all_time := (start_time+all_time*600) 
Loop 
{
Send, {w Down}
sleep 500
send, {e}
sleep 1
Send, {w Up}
var := (all_time-A_TickCount)       
if var &lt;= 0 
break
}
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2016-10-29T12:38:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108677#p108677</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двойное зацикливание]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108672#p108672" />
			<content type="html"><![CDATA[<p>Loop. A_Now.</p>]]></content>
			<author>
				<name><![CDATA[ШКОЛЯРРРРРРЪ]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34285</uri>
			</author>
			<updated>2016-10-29T01:09:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108672#p108672</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Двойное зацикливание]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108669#p108669" />
			<content type="html"><![CDATA[<p><strong>1.</strong> Надо чтобы,клавиша <strong>&quot;C&quot;</strong> зациклилась на 11 секунд.<br />Потом<br /><strong>2.</strong> </p><div class="codebox"><pre><code>Send, {w Down}
sleep 500
send, {e}
sleep, 1
Send, {w Up}
</code></pre></div><p> этот скрипт зацикливается на 20 минут и 11 секунд<br /><strong>3.</strong> И начинается снова пункт <strong>1</strong>-<strong>2</strong>.</p>]]></content>
			<author>
				<name><![CDATA[Ondini]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34288</uri>
			</author>
			<updated>2016-10-28T18:06:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108669#p108669</id>
		</entry>
</feed>
