<?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=5890&amp;type=atom" />
	<updated>2011-07-20T19:17:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5890</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиш в следующем порядке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50037#p50037" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop
   {
      Send, {Esc}
      Random, RandVar, 2, 3
      Sleep, % RandVar * 10000
      Send, {vk57 2}{vk41 2} ; w, a
      Sleep, 30000
   }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-07-20T19:17:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50037#p50037</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиш в следующем порядке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50016#p50016" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>loop
{
send {esc}
sleep 25000
send w
sleep 10
send w
sleep 10
send A
sleep 10
send A
sleep 30000
}
return</code></pre></div><p>Вроде правильно, если нет - подправьте меня.<br />PS. Задержки между нажатиями сделаны для эмуляции зажима клавиши</p>]]></content>
			<author>
				<name><![CDATA[Apache]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27097</uri>
			</author>
			<updated>2011-07-20T10:38:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50016#p50016</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие клавиш в следующем порядке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49048#p49048" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Dizzy221</strong>, зайди <a href="http://forum.script-coding.com/viewtopic.php?pid=44437#p44437">сюда</a>, отредактируй название темы.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-06-08T16:02:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49048#p49048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нажатие клавиш в следующем порядке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49047#p49047" />
			<content type="html"><![CDATA[<p>Мне нужно чтобы нажимались в следующем порядки клавиши:<br />[ESC], ждем rand(20,30) секунд, нажимаем кнопку [W] 2 раза, кнопку [A] 2 раза, затем ждем 30 сек и все сначала. </p><p>----</p><p>Буду очень благодарен.</p>]]></content>
			<author>
				<name><![CDATA[Dizzy221]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26614</uri>
			</author>
			<updated>2011-06-08T14:02:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49047#p49047</id>
		</entry>
</feed>
