<?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=11199&amp;type=atom" />
	<updated>2016-01-03T13:32:39Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11199</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK Слайд]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100130#p100130" />
			<content type="html"><![CDATA[<p>Приведите заголовок в порядок.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-01-03T13:32:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100130#p100130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK Слайд]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100125#p100125" />
			<content type="html"><![CDATA[<p>Всем привет. В общем решил я ( новичок ) попробовать написать скрипт для слайда, суть вот в чем<br />1.Alt+C активация<br />2.Нажатие буквы C<br />3.Моментальное нажатие буквы <strong>W и удержание</strong><br />4.Задержка 1 сек ( W все еще удерживается )<br />5.Зажатие и удержание пробела вместе с буквой W до повторной деактивации<br />Вот что уже есть..</p><div class="codebox"><pre><code>!с::Pause ;
;

LCtrl::
    While GetKeyState(&quot;!с&quot;, &quot;P&quot;)
    {
       Click down c
       sleep 50
       click down w
       sleep 1000
       click dowb space
      }
    return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rossmad3]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33356</uri>
			</author>
			<updated>2016-01-03T09:35:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100125#p100125</id>
		</entry>
</feed>
