<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9729&amp;type=atom" />
	<updated>2014-06-22T12:56:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9729</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84085#p84085" />
			<content type="html"><![CDATA[<p>Спасибо! Даже не думал, что эта команда возвращает строку со знаком.</p>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-22T12:56:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84085#p84085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84084#p84084" />
			<content type="html"><![CDATA[<p>Отрезать знак. Команде нужно имя клавиши, а не имя хоткея. В моём примере они совпадают, а в вашем нет.<br /></p><div class="codebox"><pre><code>
$vk58:: ; клавиша X
KeyWait, % Substr(A_ThisHotkey, 2) ;vk58
Send, {vk58}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-06-22T12:40:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84084#p84084</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84083#p84083" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><p>Конечно.<br /></p><div class="codebox"><pre><code>
F11::
    KeyWait, %A_ThisHotkey%
    MsgBox, Hello
Return
</code></pre></div></blockquote></div><p>Действительно - без знака $ срабатывает. Но в моём случае, без него получается вызов клавишей самой себя. Как же тогда быть в этой ситуации.</p>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-22T12:29:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84083#p84083</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84082#p84082" />
			<content type="html"><![CDATA[<p>Конечно.<br /></p><div class="codebox"><pre><code>
F11::
    KeyWait, %A_ThisHotkey%
    MsgBox, Hello
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-06-22T12:20:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84082#p84082</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84080#p84080" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><p>У меня срабатывает.</p></blockquote></div><p>Прямо действия продолжаются именно после отпускания клавиши, а не сразу же?</p><div class="codebox"><pre><code>$vk58:: ; клавиша X
KeyWait, %A_ThisHotkey% ;vk58
Send, {vk58}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-22T11:24:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84080#p84080</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84079#p84079" />
			<content type="html"><![CDATA[<p>У меня срабатывает.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2014-06-22T11:11:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84079#p84079</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не срабатывает конструкция KeyWait, %A_ThisHotkey%]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=84078#p84078" />
			<content type="html"><![CDATA[<p>Не срабатывает конструкция </p><div class="codebox"><pre><code>KeyWait, %A_ThisHotkey%</code></pre></div><p>Пробовал писать по разному. Если прописывать клавишу напрямую, то всё работает. Может кто-нибудь знает, в чём фишка. </p><p>UPD: И вообще, возможно ли передать параметра в KeyWait, через переменную. У меня это, пока не получается сделать...</p>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-22T10:51:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=84078#p84078</id>
		</entry>
</feed>
