<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Запрет на срабатывание клавиши в течение времени]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11641&amp;type=atom" />
	<updated>2016-05-28T11:31:53Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11641</id>
		<entry>
			<title type="html"><![CDATA[Re: Запрет на срабатывание клавиши в течение времени]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=104353#p104353" />
			<content type="html"><![CDATA[<p>Cпасибо , все работает.<br />А как сделать чтобы по f1&nbsp; кнопка Q срабатывала раз в 10 секунд а по F2 в нормальном режиме работала?</p>]]></content>
			<author>
				<name><![CDATA[composter]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=29447</uri>
			</author>
			<updated>2016-05-28T11:31:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=104353#p104353</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Запрет на срабатывание клавиши в течение времени]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=104347#p104347" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
#If (Q_Time &amp;&amp; A_TickCount - Q_Time &lt; 10000) || !(Q_Time := A_TickCount)
vk51::Return
#If
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-05-28T06:58:27Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=104347#p104347</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Запрет на срабатывание клавиши в течение времени]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=104338#p104338" />
			<content type="html"><![CDATA[<p>Добрый день.&nbsp; Подскажите как сделать так чтобы после нажатия на определенную клавишу &quot;Q&quot; в последующие 10 секунд нажатие на нее не приводило к срабатыванию этой клавишы.</p>]]></content>
			<author>
				<name><![CDATA[composter]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=29447</uri>
			</author>
			<updated>2016-05-27T20:47:12Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=104338#p104338</id>
		</entry>
</feed>
