<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=8263</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8263&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL».]]></description>
		<lastBuildDate>Sun, 09 Jun 2013 08:01:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=72853#p72853</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (V69)]]></author>
			<pubDate>Sun, 09 Jun 2013 08:01:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=72853#p72853</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=71734#p71734</link>
			<description><![CDATA[<p>а как добавить сюда же ПКМ?</p>]]></description>
			<author><![CDATA[null@example.com (Naryck)]]></author>
			<pubDate>Mon, 29 Apr 2013 14:39:39 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=71734#p71734</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=71733#p71733</link>
			<description><![CDATA[<div class="codebox"><pre><code>SetMouseDelay, 500

LCtrl &amp; LButton:: 
    While GetKeyState(&quot;LCtrl&quot;)
        Click
    Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 29 Apr 2013 13:53:54 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=71733#p71733</guid>
		</item>
		<item>
			<title><![CDATA[AHK: повтор ЛКМ с нужным интервалом с зажатой CTRL]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=71732#p71732</link>
			<description><![CDATA[<p>Собственно, в заголовке все написано, вроде бы... хочется чтобы ЛКМ работала как обычно, но при нажатии, например, LCTRL+ЛКМ, ЛКМ начинала нажиматься с указанным интервалом (где-нибудь 0.5 секунды), пока не отожмешь LCTRL<br />возможно, сам бы нашел подобный код, но на нескольких первых страницах темы про какие-то сложные функции, ActiveX и т.д... можете просто дать ссылку на подобную тему, поправить код я, надеюсь, сам смогу, лишь бы там решалась подобная задача</p>]]></description>
			<author><![CDATA[null@example.com (Naryck)]]></author>
			<pubDate>Mon, 29 Apr 2013 13:41:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=71732#p71732</guid>
		</item>
	</channel>
</rss>
