<?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=14570&amp;type=atom" />
	<updated>2019-02-12T22:00:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14570</id>
		<entry>
			<title type="html"><![CDATA[AHK: По двойному ПКМ не показывать меню]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132164#p132164" />
			<content type="html"><![CDATA[<p>Есть код<br /></p><div class="codebox"><pre><code>
~RButton::
if (A_PriorHotkey &lt;&gt; &quot;~RButton&quot; or A_TimeSincePriorHotkey &gt; 300)
  {
    KeyWait, RButton
    return
  }
Send {5}
return</code></pre></div><p>Нужно чтобы при двойном ПКМ не выскакивало контекстное меню. Или в этом коде что то изменить, или новый код с тем же функционалом.</p>]]></content>
			<author>
				<name><![CDATA[villla777]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29535</uri>
			</author>
			<updated>2019-02-12T22:00:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132164#p132164</id>
		</entry>
</feed>
