<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: последовательность нажатий клавиш]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11142&amp;type=atom" />
	<updated>2015-12-18T07:02:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11142</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99736#p99736" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Leva2.aksenov</strong>, у нас принято пользоваться заглавными буквами и точками в конце предложений. Отредактируйте свои посты.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-12-18T07:02:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99736#p99736</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99734#p99734" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />самое лучше для реализации,но не получается сделать это функцией</p>]]></content>
			<author>
				<name><![CDATA[Leva2.aksenov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33538</uri>
			</author>
			<updated>2015-12-18T04:24:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99734#p99734</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99668#p99668" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Gourmet пишет:</cite><blockquote><p><strong>Оригинал статьи в AutoHotkey.chm: &quot;Hotstrings and Auto-replace&quot;, в содержании - &quot;Hotstrings &amp; Auto-replace&quot;. </strong><br />при печати аббревиатура должна заканчиваться конечным символом - пробелом, точкой или переводом строки (можно избежать необходимости печатать конечные символы при помощи опции &quot;звездочка&quot;</p></blockquote></div><div class="codebox"><pre><code>:*:btw::
MsgBox Вы напечатали &quot;btw&quot;.
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-12-14T03:42:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99668#p99668</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99667#p99667" />
			<content type="html"><![CDATA[<p><strong>Leva2.aksenov</strong><br /></p><div class="codebox"><pre><code>:*:asd::
MsgBox asd
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2015-12-14T01:55:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99667#p99667</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99648#p99648" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />точно,только вот как сделать что бы сразу срабатывало а не по нажатию пробела или ентера</p>]]></content>
			<author>
				<name><![CDATA[Leva2.aksenov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33538</uri>
			</author>
			<updated>2015-12-12T15:31:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99648#p99648</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99646#p99646" />
			<content type="html"><![CDATA[<p>Если паузы между нажатиями a, s и d не имеют значения, то проще всего использовать HotStrings, то бишь строки автозамены.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-12-12T15:05:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99646#p99646</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99641#p99641" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Alectric пишет:</cite><blockquote><p>Может <a href="http://www.script-coding.com/AutoHotkey/Input.html">Input</a> подойдет?</p></blockquote></div><p>Наверное,но там не нашёл подходящего примера.можете самое просто подсказать</p>]]></content>
			<author>
				<name><![CDATA[Leva2.aksenov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33538</uri>
			</author>
			<updated>2015-12-12T13:09:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99641#p99641</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99639#p99639" />
			<content type="html"><![CDATA[<p>Может <a href="http://www.script-coding.com/AutoHotkey/Input.html">Input</a> подойдет?</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-12-12T13:03:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99639#p99639</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: последовательность нажатий клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=99637#p99637" />
			<content type="html"><![CDATA[<p>Добрый день всем.Подскажите пожалуйста решить проблему,как сделать проверку на нажатие определённых клавиш на клавиатуре в определённой последовательности.<br />К примеру если на клавиатуре нажать asd то выведиться msgbox</p>]]></content>
			<author>
				<name><![CDATA[Leva2.aksenov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33538</uri>
			</author>
			<updated>2015-12-12T12:59:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=99637#p99637</id>
		</entry>
</feed>
