<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8263&amp;type=atom" />
	<updated>2013-06-09T08:01:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8263</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=72853#p72853" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Naryck пишет:</cite><blockquote><p>а как добавить сюда же ПКМ?</p></blockquote></div><div class="codebox"><pre><code>SetMouseDelay, 500

LCtrl &amp; LButton:: 
While GetKeyState(&quot;LCtrl&quot;)
Click, r
Click, l
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[V69]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27984</uri>
			</author>
			<updated>2013-06-09T08:01:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=72853#p72853</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71734#p71734" />
			<content type="html"><![CDATA[<p>а как добавить сюда же ПКМ?</p>]]></content>
			<author>
				<name><![CDATA[Naryck]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30076</uri>
			</author>
			<updated>2013-04-29T14:39:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71734#p71734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71733#p71733" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>SetMouseDelay, 500

LCtrl &amp; LButton:: 
    While GetKeyState(&quot;LCtrl&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>2013-04-29T13:53:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71733#p71733</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71732#p71732" />
			<content type="html"><![CDATA[<p>Собственно, в заголовке все написано, вроде бы... хочется чтобы ЛКМ работала как обычно, но при нажатии, например, LCTRL+ЛКМ, ЛКМ начинала нажиматься с указанным интервалом (где-нибудь 0.5 секунды), пока не отожмешь LCTRL<br />возможно, сам бы нашел подобный код, но на нескольких первых страницах темы про какие-то сложные функции, ActiveX и т.д... можете просто дать ссылку на подобную тему, поправить код я, надеюсь, сам смогу, лишь бы там решалась подобная задача</p>]]></content>
			<author>
				<name><![CDATA[Naryck]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30076</uri>
			</author>
			<updated>2013-04-29T13:41:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71732#p71732</id>
		</entry>
</feed>
