<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: KeyWait]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8258&amp;type=atom" />
	<updated>2013-04-25T09:20:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8258</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: KeyWait]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71662#p71662" />
			<content type="html"><![CDATA[<p>Спасибо, всё работает так как хотелось</p>]]></content>
			<author>
				<name><![CDATA[am-wrag]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30054</uri>
			</author>
			<updated>2013-04-25T09:20:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71662#p71662</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: KeyWait]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71656#p71656" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>!3::
    Send 98
    KeyWait LButton, D
    Send 0
    return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2013-04-25T07:55:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71656#p71656</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: KeyWait]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=71653#p71653" />
			<content type="html"><![CDATA[<p>Доброго времени суток<br />В общем ниже указанный код отображает показывает примерный желаемый результат.<br />Вот только команда KeyWait не срабатывает вообще.<br /></p><div class="codebox"><pre><code>!3::
    Send 9
    Send 8    
    CheckStart = 1
return

KeyWait, LButton
if (CheckStart == 1)
{    
    send 0
    CheckStart = 0
}    
return</code></pre></div><p>Ниже приведенный вариант работает, но я теряю возможность использовать зажимание левой кнопки мыши и допустим перемещать окона.<br /></p><div class="codebox"><pre><code>!3::
    Send 9
    Send 8    
    CheckStart = 1
return

LButton::
MouseClick, left
if (CheckStart == 1)
{    
    send 0
    CheckStart = 0
}    
return</code></pre></div><p>По факту должно работать так: если я нажимаю альт+3 посылается последовательно 8, потом 9. После чего однократно в случае клика левой кнопки мыши должно отправиться нажатие клавиши 0. Помогите разобраться.</p>]]></content>
			<author>
				<name><![CDATA[am-wrag]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30054</uri>
			</author>
			<updated>2013-04-25T06:49:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=71653#p71653</id>
		</entry>
</feed>
