<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17138&amp;type=atom" />
	<updated>2022-05-22T13:22:09Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17138</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153328#p153328" />
			<content type="html"><![CDATA[<p>Наверно как-то так:</p><div class="codebox"><pre><code>E::
If (Block)
 Return
Block := 1
Sleep 150
MouseClick, Left
Send, {Numpad4}
Sleep 350
Block := 0
Return

F::
If (Block)
 Return
Block := 1
Sleep 150
MouseClick, Left
Send, {Numpad5}
Sleep 350
Block := 0
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-05-22T13:22:09Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153328#p153328</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153327#p153327" />
			<content type="html"><![CDATA[<p>Ты прав.<br /><strong>ypppu</strong></p>]]></content>
			<author>
				<name><![CDATA[bloodytearsx]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42544</uri>
			</author>
			<updated>2022-05-22T13:13:14Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153327#p153327</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153326#p153326" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong><br />Мне нужно что бы после нажатия клавиши e была задержка при которой я не могу нажать клавишу f.</p>]]></content>
			<author>
				<name><![CDATA[bloodytearsx]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42544</uri>
			</author>
			<updated>2022-05-22T12:57:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153326#p153326</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153320#p153320" />
			<content type="html"><![CDATA[<p>Наверное имеется в виду, что повторное нажатие ГК прерывает поток что собственной, что другой ГК. А нужно, чтобы поток не прерывался бы вообще, либо чтобы не прерывался спустя определённое время после запуска подпрограммы ГК.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2022-05-22T12:04:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153320#p153320</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: задержка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153312#p153312" />
			<content type="html"><![CDATA[<p>Более яснее объясните как вы хотите чтобы скрипт работал.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-05-22T10:54:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153312#p153312</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: задержка]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=153309#p153309" />
			<content type="html"><![CDATA[<p>Как между кнопками e и f поставить задержку и что бы они могли нажаться повторно только после задержки?<br /></p><div class="codebox"><pre><code>
e::
Sleep 150
	MouseClick, Left
	Sleep msDelay
	Send, {Numpad4}
Sleep 350
Return

f::
Sleep 150
	MouseClick, Left
	Sleep msDelay
	Send, {Numpad5}
Sleep 350
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[bloodytearsx]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42544</uri>
			</author>
			<updated>2022-05-22T09:44:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=153309#p153309</id>
		</entry>
</feed>
