<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Переназначение клавиши Double Click]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8672&amp;type=atom" />
	<updated>2013-09-17T16:24:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8672</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переназначение клавиши Double Click]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75431#p75431" />
			<content type="html"><![CDATA[<p>Вот немного оптимизировал код. В играх работает на ура, но на рабочем столе всё по другому. Но почему же так?<br /></p><div class="codebox"><pre><code>~Lbutton::
if (A_PriorHotkey &lt;&gt; &quot;~Lbutton&quot; or A_TimeSincePriorHotkey &gt; 47)
{
    
KeyWait, Lbutton, D T4
return
}

Send {vk39}
return
f12::exitapp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-09-17T16:24:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75431#p75431</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переназначение клавиши Double Click]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75402#p75402" />
			<content type="html"><![CDATA[<p>Не выйдет. Насколько я понял, система эту кнопку не видит.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-09-16T13:42:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75402#p75402</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Переназначение клавиши Double Click]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75396#p75396" />
			<content type="html"><![CDATA[<p>Здраствуйте, помогите переназначить кнопку мыши &quot;Double Click&quot;&nbsp; на клавишу &quot;1&quot;. Есть скрипт но он работает неправельно, вместе с клавишей &quot;1&quot; нажимается кнопка &quot;Lbutton&quot;,а нужно что бы при нажатии на кнопку мыши &quot;Double Click&quot; нажималась только клавиша &quot;1&quot; ,но при этом кнопка &quot;Lbutton&quot; работала отдельно.</p><div class="codebox"><pre><code>~Lbutton::
if (A_PriorHotkey &lt;&gt; &quot;~Lbutton&quot; or A_TimeSincePriorHotkey &gt; 50)
{
    
    KeyWait, Lbutton
    return
}
Send {vk31}
return
f12::exitapp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-09-15T23:52:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75396#p75396</id>
		</entry>
</feed>
