<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Выход с команды Input]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11711&amp;type=atom" />
	<updated>2016-06-12T09:27:47Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11711</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Выход с команды Input]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105158#p105158" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F2::
Input, var, v, {Space}{Enter}.,!?/\|
if not ErrorLevel = &quot;EndKey:Space&quot;
{
	ToolTip Error
	Return
}

MsgBox Input Закончен пробелом.
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[yalanne]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32850</uri>
			</author>
			<updated>2016-06-12T09:27:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105158#p105158</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Выход с команды Input]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105156#p105156" />
			<content type="html"><![CDATA[<p>Всем привет!<br />Столкнулся с необходимостью отмены ввода в данной команде:<br /></p><div class="codebox"><pre><code>F2::Input, var, v, {space}</code></pre></div><p>То есть начали вводить текст и не завершили его пробелом, произвести отмену Input.</p>]]></content>
			<author>
				<name><![CDATA[ProgMaster90]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33925</uri>
			</author>
			<updated>2016-06-12T09:01:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105156#p105156</id>
		</entry>
</feed>
