<?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=17701&amp;type=atom" />
	<updated>2023-03-19T08:12:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17701</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка в нажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157236#p157236" />
			<content type="html"><![CDATA[<p><strong>Vitalik</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-03-19T08:12:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157236#p157236</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка в нажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157234#p157234" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop
{
	Send {W Down}
	Sleep 5000
	Send {W Up}
	Send {S Down}
	Sleep 5000
	Send {S Up}
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-03-19T07:47:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157234#p157234</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: задержка в нажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157231#p157231" />
			<content type="html"><![CDATA[<p>Здраствуйте это мой 1 скрипт не могу сделать задержку между нажатием например нужно зажать клавишу w на 5 секунд после s на 5 секунд чтобы это был бесконечный цикл</p>]]></content>
			<author>
				<name><![CDATA[Vitalik]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43069</uri>
			</author>
			<updated>2023-03-18T21:55:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157231#p157231</id>
		</entry>
</feed>
