<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK : Hotkey]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13619</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13619&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK : Hotkey».]]></description>
		<lastBuildDate>Tue, 17 Apr 2018 15:20:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK : Hotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=124781#p124781</link>
			<description><![CDATA[<div class="codebox"><pre><code> if (var=&quot;&quot;)
	exitapp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (shahlik002)]]></author>
			<pubDate>Tue, 17 Apr 2018 15:20:04 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=124781#p124781</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK : Hotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=124609#p124609</link>
			<description><![CDATA[<div class="codebox"><pre><code>
InputBox, var
if var in &quot;&quot;,%A_Space%,A_Space
ExitApp
else .....
</code></pre></div><p>Как сделать так, чтобы если переменная var пустая, скрипт завершал работу.</p>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Wed, 11 Apr 2018 17:39:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=124609#p124609</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK : Hotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=124608#p124608</link>
			<description><![CDATA[<div class="codebox"><pre><code>
InputBox, var
Hotkey, %var%, MyLabel ;// Поставить процентики!)
MsgBox, текст
Return

MyLabel:
MsgBox, Метка MyLabel успешно запущена.`nAutoHotkey - лучшая программа в мире! :)
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Wed, 11 Apr 2018 17:18:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=124608#p124608</guid>
		</item>
		<item>
			<title><![CDATA[AHK : Hotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=124607#p124607</link>
			<description><![CDATA[<div class="codebox"><pre><code>
InputBox, var
Hotkey, var, MyLabel
MsgBox, текст
Return

MyLabel:
MsgBox, Метка MyLabel успешно запущена.`nAutoHotkey - лучшая программа в мире! :)
Return
</code></pre></div><p>Хочу биндить бинды, это реально?)</p>]]></description>
			<author><![CDATA[null@example.com (qqlexa)]]></author>
			<pubDate>Wed, 11 Apr 2018 17:17:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=124607#p124607</guid>
		</item>
	</channel>
</rss>
