<?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=5902&amp;type=atom" />
	<updated>2011-06-14T11:37:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5902</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как поставить время задержки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49118#p49118" />
			<content type="html"><![CDATA[<p>Пасиб</p>]]></content>
			<author>
				<name><![CDATA[frol12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27016</uri>
			</author>
			<updated>2011-06-14T11:37:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49118#p49118</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как поставить время задержки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49117#p49117" />
			<content type="html"><![CDATA[<p>Если не ошибаюсь то задержка выполняется с помощью функции <a href="http://www.script-coding.com/AutoHotkey/Sleep.html">Sleep</a></p><br /><div class="codebox"><pre><code>Send {Rbutton}
Send {Lbutton} 
Sleep, 1000 
Send {Alt}  
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[kamaz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27017</uri>
			</author>
			<updated>2011-06-14T11:23:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49117#p49117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как поставить время задержки?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49115#p49115" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>sc030::
Send {Rbutton}
Send {Lbutton} 
&quot;здесь нужно поставить время задержки&quot;
Send {Alt}  
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[frol12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27016</uri>
			</author>
			<updated>2011-06-14T11:06:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49115#p49115</id>
		</entry>
</feed>
