<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13987</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13987&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK, GUI: При отключении CheckBox очищал HotKey.».]]></description>
		<lastBuildDate>Sat, 28 Jul 2018 23:11:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127527#p127527</link>
			<description><![CDATA[<p>Спасибо большое.</p>]]></description>
			<author><![CDATA[null@example.com (DaGer)]]></author>
			<pubDate>Sat, 28 Jul 2018 23:11:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127527#p127527</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127523#p127523</link>
			<description><![CDATA[<p>У вас в данном случае не&nbsp; </p><div class="quotebox"><blockquote><p>2 хоткея</p></blockquote></div><p> используются, а две переменные с текстом внутри. После команды <br /></p><div class="codebox"><pre><code>Hotkey, %Key1%, Key1
Hotkey, %Key2%, Key2</code></pre></div><p>они становятся хоткеями как таковыми!</p>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Sat, 28 Jul 2018 21:15:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127523#p127523</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127522#p127522</link>
			<description><![CDATA[<p>В чекбоксе добавить:<br /></p><div class="codebox"><pre><code> vHotkeyOff</code></pre></div><p>Потом <br /></p><div class="codebox"><pre><code>Key1:
Gui, Submit, NoHide
{
SendInput, {2}{3}{4}
If HotkeyOff = 1
	SendInput, {%Key2%} ; На Key2 указан цифра 5 при отключенном чек боксе он должен перестать вводить Key2
}
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Sat, 28 Jul 2018 21:11:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127522#p127522</guid>
		</item>
		<item>
			<title><![CDATA[AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=127521#p127521</link>
			<description><![CDATA[<p>Есть 2 хоткея к каждому из них привязан чек бокс, нужно чтобы при отключении чек-бокса очищал хоткей.<br />А то при отключенном чек-боксе все равно продолжает вводить хоткей который указан.</p><div class="codebox"><pre><code>
Key1:
{
SendInput, {2}{3}{4}
SendInput, {%Key2%} ; На Key2 указан цифра 5 при отключенном чек боксе он должен перестать вводить Key2
}
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DaGer)]]></author>
			<pubDate>Sat, 28 Jul 2018 21:08:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=127521#p127521</guid>
		</item>
	</channel>
</rss>
