<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13987&amp;type=atom" />
	<updated>2018-07-28T23:11:26Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13987</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127527#p127527" />
			<content type="html"><![CDATA[<p>Спасибо большое.</p>]]></content>
			<author>
				<name><![CDATA[DaGer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39390</uri>
			</author>
			<updated>2018-07-28T23:11:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127527#p127527</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127523#p127523" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-07-28T21:15:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127523#p127523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127522#p127522" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-07-28T21:11:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127522#p127522</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK, GUI: При отключении CheckBox очищал HotKey.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=127521#p127521" />
			<content type="html"><![CDATA[<p>Есть 2 хоткея к каждому из них привязан чек бокс, нужно чтобы при отключении чек-бокса очищал хоткей.<br />А то при отключенном чек-боксе все равно продолжает вводить хоткей который указан.</p><div class="codebox"><pre><code>
Key1:
{
SendInput, {2}{3}{4}
SendInput, {%Key2%} ; На Key2 указан цифра 5 при отключенном чек боксе он должен перестать вводить Key2
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DaGer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39390</uri>
			</author>
			<updated>2018-07-28T21:08:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=127521#p127521</id>
		</entry>
</feed>
