<?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=9426&amp;type=atom" />
	<updated>2014-03-28T20:08:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9426</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Многократные нажатия  ЛКМ  при зажатии CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81288#p81288" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>serzh82saratov пишет:</cite><blockquote><div class="codebox"><pre><code>
lctrl::
while GetKeyState(&quot;lctrl&quot;,&quot;P&quot;)
Click
Return

</code></pre></div></blockquote></div><p> Спасибо, это то что нужно!</p>]]></content>
			<author>
				<name><![CDATA[maaaks]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28609</uri>
			</author>
			<updated>2014-03-28T20:08:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81288#p81288</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Многократные нажатия  ЛКМ  при зажатии CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81285#p81285" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
lctrl::
while GetKeyState(&quot;lctrl&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-03-28T16:13:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81285#p81285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Многократные нажатия  ЛКМ  при зажатии CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81282#p81282" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Ядрён пишет:</cite><blockquote><p>Вот так попробуйте.</p><div class="codebox"><pre><code>*~vkA2::
while GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
{
Click
}
Return</code></pre></div></blockquote></div><p>Что&nbsp; то, не получается у меня.</p><p>Запускаю, жму CTRL и ничего не происходит.</p>]]></content>
			<author>
				<name><![CDATA[maaaks]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28609</uri>
			</author>
			<updated>2014-03-28T15:10:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81282#p81282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Многократные нажатия  ЛКМ  при зажатии CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81266#p81266" />
			<content type="html"><![CDATA[<p>Вот так попробуйте. Извините не посмотрел вот так надо вместо &quot;LButton&quot; надо &quot;vkA2&quot;.</p><div class="codebox"><pre><code>*~vkA2::
while GetKeyState(&quot;vkA2&quot;,&quot;P&quot;)
{
Click
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2014-03-27T18:38:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81266#p81266</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Многократные нажатия  ЛКМ  при зажатии CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81263#p81263" />
			<content type="html"><![CDATA[<p>Почитай про команду <a href="http://script-coding.com/AutoHotkey/Tutorial.html#_7">loop</a> и <a href="http://script-coding.com/AutoHotkey/MouseClick.html">MouseClick</a></p>]]></content>
			<author>
				<name><![CDATA[Vasil]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31759</uri>
			</author>
			<updated>2014-03-27T18:18:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81263#p81263</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Многократные нажатия  ЛКМ  при зажатии CTRL]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=81244#p81244" />
			<content type="html"><![CDATA[<p>Помогите&nbsp; сделать так, чтобы&nbsp; при&nbsp; зажатии&nbsp; левого&nbsp; CTRL, получались&nbsp; многократные&nbsp; &nbsp;нажатия&nbsp; &nbsp;ЛКМ.</p>]]></content>
			<author>
				<name><![CDATA[maaaks]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=28609</uri>
			</author>
			<updated>2014-03-27T03:48:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=81244#p81244</id>
		</entry>
</feed>
