<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Двойное зацикливание]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12110</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12110&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Двойное зацикливание».]]></description>
		<lastBuildDate>Sat, 29 Oct 2016 12:38:31 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Двойное зацикливание]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108677#p108677</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Sat, 29 Oct 2016 12:38:31 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108677#p108677</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Двойное зацикливание]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108672#p108672</link>
			<description><![CDATA[<p>Loop. A_Now.</p>]]></description>
			<author><![CDATA[null@example.com (ШКОЛЯРРРРРРЪ)]]></author>
			<pubDate>Sat, 29 Oct 2016 01:09:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108672#p108672</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Двойное зацикливание]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108669#p108669</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Ondini)]]></author>
			<pubDate>Fri, 28 Oct 2016 18:06:38 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108669#p108669</guid>
		</item>
	</channel>
</rss>
