<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Suspend на разные клавиши.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12799&amp;type=atom" />
	<updated>2017-07-09T19:22:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12799</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Suspend на разные клавиши.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117198#p117198" />
			<content type="html"><![CDATA[<p>Спасибо, всё как надо.</p>]]></content>
			<author>
				<name><![CDATA[d3sp3rat1on]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38304</uri>
			</author>
			<updated>2017-07-09T19:22:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117198#p117198</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Suspend на разные клавиши.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117196#p117196" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
~1::Suspend := 1
~2::Suspend := 0

#If Suspend
$RButton:: Send, {RButton}{RButton Down} 
$RButton Up:: Send, {RButton} 
#If
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2017-07-09T18:07:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117196#p117196</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Suspend на разные клавиши.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117195#p117195" />
			<content type="html"><![CDATA[<p>Доброго времени суток, господа. У меня есть скрипт, его нужно включать и выключать на разные клавиши. Но если я выключаю его на &quot;2&quot;, то не работает уже включение на &quot;1&quot;. Pause не даёт нужный эффект. Что подскажите? Благодарю.</p><div class="codebox"><pre><code>$2:: 
	Send, 2
	Suspend, On
Return

$1:: 
	Send, 1
	Suspend, Off
Return

$RButton::
      Send, {RButton}
      Send, {RButton Down}
Return

$RButton Up:: 
      Send, {RButton}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[d3sp3rat1on]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38304</uri>
			</author>
			<updated>2017-07-09T17:56:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117195#p117195</id>
		</entry>
</feed>
