<?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=9778&amp;type=atom" />
	<updated>2014-07-06T09:58:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9778</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: бесконечный посыл нажатий клавиши мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84569#p84569" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>Space &amp; LButton::
    While GetKeyState(&quot;Space&quot;, &quot;P&quot;) &amp;&amp; GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
        Click
    return</code></pre></div></blockquote></div><p>Классно! Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[UrfinJus]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28674</uri>
			</author>
			<updated>2014-07-06T09:58:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84569#p84569</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: бесконечный посыл нажатий клавиши мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84568#p84568" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Space &amp; LButton::
    While GetKeyState(&quot;Space&quot;, &quot;P&quot;) &amp;&amp; GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
        Click
    return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-06T08:40:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84568#p84568</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: бесконечный посыл нажатий клавиши мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84566#p84566" />
			<content type="html"><![CDATA[<p>Как сделать, чтобы при нажатии на Space + LButton посылалось бесконечное количество нажатий LButton, а при отпускании LButton или Space - оно прекращалось.<br />Что-то навроде:<br /></p><div class="codebox"><pre><code>
i1:=1
Space &amp; LButton down::
While (i1&lt;=1000000)
{
send, {LButton}
i1++
if (LButton up or Space up){return}
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[UrfinJus]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28674</uri>
			</author>
			<updated>2014-07-06T08:16:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84566#p84566</id>
		</entry>
</feed>
