<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: WheelDown]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16013&amp;type=atom" />
	<updated>2021-01-23T17:21:22Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16013</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WheelDown]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145358#p145358" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong> Наверное.</p>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-23T17:21:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145358#p145358</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WheelDown]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145334#p145334" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong><br />Спасибо, работает.</p>]]></content>
			<author>
				<name><![CDATA[p.polena]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33346</uri>
			</author>
			<updated>2021-01-23T11:04:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145334#p145334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WheelDown]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145326#p145326" />
			<content type="html"><![CDATA[<p><strong>Botsy</strong></p><p>Такой вариант блокирует клавишу - не верный подход.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-01-23T09:16:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145326#p145326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WheelDown]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145325#p145325" />
			<content type="html"><![CDATA[<p><strong>p.polena</strong></p><p>Я бы сделал так:</p><div class="codebox"><pre><code>#If Coord()
WheelDown::Run, r:\sum.exe
#If 

Coord()
{
 MouseGetPos, X,Y
 If (X &gt; 250) And (X &lt; 330) And (Y &lt; 620) And (Y &gt; 595)
  Return 1
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-01-23T09:14:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145325#p145325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: WheelDown]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145324#p145324" />
			<content type="html"><![CDATA[<p><strong>p.polena</strong> Наверное так:<br /></p><div class="codebox"><pre><code>
WheelDown::
MouseGetPos, x,y
if (x &gt; 250 and x &lt; 330  and y &lt; 620 and y &gt; 595)
Run, r:\sum.exe
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Botsy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41069</uri>
			</author>
			<updated>2021-01-23T09:08:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145324#p145324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: WheelDown]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=145323#p145323" />
			<content type="html"><![CDATA[<p>Здравствуйте. Код<br /></p><div class="codebox"><pre><code>~WheelDown::
MouseGetPos, x,y
if (x &gt; 250 and x &lt; 330  and y &lt; 620 and y &gt; 595)
Run, r:\sum.exe</code></pre></div><p>прокручивает вниз, а потом запускает. Подскажите, как сделать, чтобы в данных координатах WheelDown только исполняло команду Run. <br />Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[p.polena]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33346</uri>
			</author>
			<updated>2021-01-23T08:49:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=145323#p145323</id>
		</entry>
</feed>
