<?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=6243&amp;type=atom" />
	<updated>2011-09-23T20:15:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6243</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Авто нажатие ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51792#p51792" />
			<content type="html"><![CDATA[<p>Grey, еще рас спасибо, за объяснение и потраченного на меня Вашего времени. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2011-09-23T20:15:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51792#p51792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Авто нажатие ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51791#p51791" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>/*
если префикс * в первой строке (перед самим хоткеем) убрать,
то при нажатых клавишах-модофикаторах (контрл, шифт, альт),
будет работать как обычный клик мышью
*/
*LButton::
   While GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
   {
      Click
      Sleep, 1000 ; регулируемый интервал (щас 1000мс, что соответствует 1сек.)
   }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-09-23T19:41:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51791#p51791</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Авто нажатие ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51782#p51782" />
			<content type="html"><![CDATA[<p>Огромное спасибо! </p><p>И еще как можно сделать немного медленнее (1 клик в секунду например)</p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2011-09-23T14:48:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51782#p51782</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Авто нажатие ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51781#p51781" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>*LButton::
   Loop
   {
      Click
      If !GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
         Break
   }
   Return</code></pre></div><p><a href="http://forum.script-coding.com/viewtopic.php?pid=49976#p49976">Ещё</a> варианты.</p>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-09-23T14:19:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51781#p51781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Авто нажатие ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51769#p51769" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>size222</strong>, прочитай первую тему на странице, отредактируй название.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-09-23T08:47:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51769#p51769</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Авто нажатие ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51766#p51766" />
			<content type="html"><![CDATA[<p>Здравствуйте, нужна программа для того чтобы не клацать ЛКМ постоянно, а просто зажать ее чтобы действие повторялось,(быстрое нажатие ЛКМ) отпустишь ЛКМ действие прекращается, если и кто умеет напишите скрипт для AutoHotkey </p><p>з.ы Заранее благодарен.</p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2011-09-23T07:58:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51766#p51766</id>
		</entry>
</feed>
