<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: WheelDown]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16013</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16013&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: WheelDown».]]></description>
		<lastBuildDate>Sat, 23 Jan 2021 17:21:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: WheelDown]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=145358#p145358</link>
			<description><![CDATA[<p><strong>__Михаил__</strong> Наверное.</p>]]></description>
			<author><![CDATA[null@example.com (Botsy)]]></author>
			<pubDate>Sat, 23 Jan 2021 17:21:22 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=145358#p145358</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: WheelDown]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=145334#p145334</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Спасибо, работает.</p>]]></description>
			<author><![CDATA[null@example.com (p.polena)]]></author>
			<pubDate>Sat, 23 Jan 2021 11:04:41 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=145334#p145334</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: WheelDown]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=145326#p145326</link>
			<description><![CDATA[<p><strong>Botsy</strong></p><p>Такой вариант блокирует клавишу - не верный подход.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sat, 23 Jan 2021 09:16:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=145326#p145326</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: WheelDown]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=145325#p145325</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sat, 23 Jan 2021 09:14:59 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=145325#p145325</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: WheelDown]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=145324#p145324</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Botsy)]]></author>
			<pubDate>Sat, 23 Jan 2021 09:08:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=145324#p145324</guid>
		</item>
		<item>
			<title><![CDATA[AHK: WheelDown]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=145323#p145323</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (p.polena)]]></author>
			<pubDate>Sat, 23 Jan 2021 08:49:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=145323#p145323</guid>
		</item>
	</channel>
</rss>
