<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK : Hotkey]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13619&amp;type=atom" />
	<updated>2018-04-17T15:20:04Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13619</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK : Hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124781#p124781" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code> if (var=&quot;&quot;)
	exitapp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[shahlik002]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37352</uri>
			</author>
			<updated>2018-04-17T15:20:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124781#p124781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK : Hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124609#p124609" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-04-11T17:39:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124609#p124609</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK : Hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124608#p124608" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
InputBox, var
Hotkey, %var%, MyLabel ;// Поставить процентики!)
MsgBox, текст
Return

MyLabel:
MsgBox, Метка MyLabel успешно запущена.`nAutoHotkey - лучшая программа в мире! :)
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-04-11T17:18:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124608#p124608</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK : Hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124607#p124607" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
InputBox, var
Hotkey, var, MyLabel
MsgBox, текст
Return

MyLabel:
MsgBox, Метка MyLabel успешно запущена.`nAutoHotkey - лучшая программа в мире! :)
Return
</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-04-11T17:17:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124607#p124607</id>
		</entry>
</feed>
