<?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=8412&amp;type=atom" />
	<updated>2013-06-20T10:41:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8412</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вопрос по команде "Hotkey"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=73143#p73143" />
			<content type="html"><![CDATA[<p>Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2013-06-20T10:41:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=73143#p73143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вопрос по команде "Hotkey"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=73135#p73135" />
			<content type="html"><![CDATA[<p>Да, забыл down в нажатии.<br /></p><div class="codebox"><pre><code>Hotkey, t, tproc
Return

tproc:
    Send, {z down}
    KeyWait, t
    Send, {z up}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2013-06-20T01:46:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=73135#p73135</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вопрос по команде "Hotkey"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=73134#p73134" />
			<content type="html"><![CDATA[<p>Получается просто одиночное нажатие, удержания кнопки не происходит.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2013-06-19T21:47:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=73134#p73134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вопрос по команде "Hotkey"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=73130#p73130" />
			<content type="html"><![CDATA[<p>Так сойдёт?<br /></p><div class="codebox"><pre><code>
Hotkey, t, tproc
Return

tproc:
    Send, z
    KeyWait, t
    Send, {z up}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2013-06-19T16:11:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=73130#p73130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вопрос по команде "Hotkey"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=73127#p73127" />
			<content type="html"><![CDATA[<p>Нужно переназначить клавишу с помощью команды <strong>Hotkey</strong>, но не через <strong>Send</strong>/<strong>SendInput</strong> и тд, а чтобы это было аналогично записи:<br /> </p><div class="codebox"><pre><code>t::z</code></pre></div><p>То есть, к примеру, при удержании кнопки <strong>t</strong> программа будет видеть это как удержание кнопки <strong>z</strong>, а не спам <strong>z</strong> как это было бы с командой <strong>Send</strong>.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2013-06-19T15:51:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=73127#p73127</id>
		</entry>
</feed>
