<?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=8283&amp;type=atom" />
	<updated>2013-05-06T09:15:59Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8283</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двойной клик( автоклик)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71930#p71930" />
			<content type="html"><![CDATA[<p>Благодарю!</p>]]></content>
			<author>
				<name><![CDATA[nikolay281644]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29604</uri>
			</author>
			<updated>2013-05-06T09:15:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71930#p71930</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Двойной клик( автоклик)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71929#p71929" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~LButton::
    SetTimer SendClick, 100
    KeyWait LButton
    SetTimer SendClick, Off
    return

SendClick:
    SendInput {Click 2}
    return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2013-05-06T08:30:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71929#p71929</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Двойной клик( автоклик)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71926#p71926" />
			<content type="html"><![CDATA[<p>Помогите написать скрипт, при нажатии ЛКМ, чтобы производился двойной щелчок(аля мышь х7 со своим тройным кликом). Чтобы зажимаешь ЛКМ, и происходят двойные клики с определённой скоростью в мс. Желательно, чтобы еще можно было самому ставить МС</p>]]></content>
			<author>
				<name><![CDATA[nikolay281644]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29604</uri>
			</author>
			<updated>2013-05-06T07:34:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71926#p71926</id>
		</entry>
</feed>
