<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AutoHotkey: двойные клики по нажатию левой кнопки]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=5275&amp;type=atom" />
	<updated>2011-10-04T09:33:48Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=5275</id>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: двойные клики по нажатию левой кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=52154#p52154" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>vipigor</strong>, создай новую тему с соответствующим названием.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-10-04T09:33:48Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=52154#p52154</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: двойные клики по нажатию левой кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=52152#p52152" />
			<content type="html"><![CDATA[<p>День добрый.<br />Никак не могу решить обратную задачу: как заблокировать в приложении двойной клик ЛКМ. Помогите пожалуйста начинающему пользователю. Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[vipigor]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27247</uri>
			</author>
			<updated>2011-10-04T09:12:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=52152#p52152</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: двойные клики по нажатию левой кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=42851#p42851" />
			<content type="html"><![CDATA[<p>спасибо</p>]]></content>
			<author>
				<name><![CDATA[Belka]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26519</uri>
			</author>
			<updated>2010-12-13T08:24:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=42851#p42851</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: двойные клики по нажатию левой кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=42833#p42833" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Lbutton::                  ; при нажатии левой кнопки мыши
settimer, timer, 80    ; запустить таймер каждые 80мс
return

timer:   ; таймер
If !GetKeyState(&quot;Lbutton&quot;, &quot;P&quot;)   ; если ЛКМ отпущена
{
    settimer, timer, off   ; выключить таймер
    Return
}
send {click 2}  ; если ЛКМ нажата делаем двойной клик
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2010-12-12T15:13:22Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=42833#p42833</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AutoHotkey: двойные клики по нажатию левой кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=42827#p42827" />
			<content type="html"><![CDATA[<p>Доброго времени суток.<br />Помогите написать простой,но очень мне нужный, скрипт....При нажатие левой кнопки мыши выполнялся двойной клик с промежутком между кликами 80 ms и действий повторялось по тех пор,пока не будет отпущена левая кнопка мыши.<br />Зарание спасибо</p>]]></content>
			<author>
				<name><![CDATA[Belka]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26519</uri>
			</author>
			<updated>2010-12-12T12:10:19Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=42827#p42827</id>
		</entry>
</feed>
