<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Не работает кнопка при запущенном скрипте.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11687</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11687&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Не работает кнопка при запущенном скрипте.».]]></description>
		<lastBuildDate>Thu, 09 Jun 2016 16:09:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Не работает кнопка при запущенном скрипте.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=105036#p105036</link>
			<description><![CDATA[<p>У меня на уме подобный костыль, но получается что RButton залипает в нажатом состоянии. Как то обсуждалось, но не понятно как отпустить RButton без прохождения в систему. <br /></p><div class="codebox"><pre><code>
#If GetKeyState(&quot;RButton&quot;, &quot;P&quot;)
WheelUp::
	Hotkey, RButton Up, RButtonUpOff, On
	ToolTip WheelUp 
	Return
#If

RButtonUpOff:
	Hotkey, RButton Up, RButtonUpOff, Off
	Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Thu, 09 Jun 2016 16:09:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=105036#p105036</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Не работает кнопка при запущенном скрипте.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=105033#p105033</link>
			<description><![CDATA[<p>Простым способом как то это нестабильно работает.<br />Вот костыль. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /><br /></p><div class="codebox"><pre><code>RButton::WhUp:=true,	WhUpPress:=false

RButton Up::
	WhUp:=false
	IfEqual,WhUpPress,0,SendInput {RButton}
	return

#if WhUp
	WheelUp::
	WhUpPress:=True
	SendInput {home}
	return
#if</code></pre></div><p>И вот тоже самое, но жатое:<br /></p><div class="codebox"><pre><code>RButton::WhUp:=true,	WhUpPress:=false

RButton Up::IfEqual,WhUpPress,% WhUp:=false,SendInput {RButton}

#if WhUp
	WheelUp::IfEqual,WhUp,% WhUpPress:=True,SendInput {home}
#if
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (yalanne)]]></author>
			<pubDate>Thu, 09 Jun 2016 15:32:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=105033#p105033</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Не работает кнопка при запущенном скрипте.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104911#p104911</link>
			<description><![CDATA[<p>Спасибо, а можно сделать так, чтобы после &quot;отжатия&quot; RButton не срабатывала? Тоесть что бы контекстное меню не появлялось, если при зажатой RButton было прокручено колесо.</p>]]></description>
			<author><![CDATA[null@example.com (dhgGR^$446789ghf)]]></author>
			<pubDate>Tue, 07 Jun 2016 19:55:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104911#p104911</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Не работает кнопка при запущенном скрипте.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104909#p104909</link>
			<description><![CDATA[<p><span style="color: green"><strong>dhgGR^$446789ghf</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 07 Jun 2016 19:44:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104909#p104909</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Не работает кнопка при запущенном скрипте.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104904#p104904</link>
			<description><![CDATA[<p>-</p>]]></description>
			<author><![CDATA[null@example.com (yalanne)]]></author>
			<pubDate>Tue, 07 Jun 2016 19:37:47 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104904#p104904</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Не работает кнопка при запущенном скрипте.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104896#p104896</link>
			<description><![CDATA[<p>Я общей темы с простыми вопросами не нашел, пришлось новую создать.</p><div class="codebox"><pre><code>rbutton &amp; WheelUp::send {home}</code></pre></div><p>Если запустить скрипт с таким кодом, правая кнопка мыши перестает функционировать, как мне это преодолеть?</p>]]></description>
			<author><![CDATA[null@example.com (dhgGR^$446789ghf)]]></author>
			<pubDate>Tue, 07 Jun 2016 18:52:59 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104896#p104896</guid>
		</item>
	</channel>
</rss>
