<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Как задать в KeyWait все клавиши]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=10744</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10744&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Как задать в KeyWait все клавиши».]]></description>
		<lastBuildDate>Sun, 05 Jul 2015 18:08:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Как задать в KeyWait все клавиши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=94961#p94961</link>
			<description><![CDATA[<p>У меня в любом случае. Т. е. если запустить код выше и двигать мышью — сообщения не появится.<br />В хелпе <a href="http://ahkscript.org/docs/Variables.htm#TimeIdlePhysical">сказано</a>, что, если соответствующий хук установлен, игнорируются искусственно генерируемые события.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 05 Jul 2015 18:08:39 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=94961#p94961</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как задать в KeyWait все клавиши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=94958#p94958</link>
			<description><![CDATA[<p>У меня только когда присутствует: </p><div class="codebox"><pre><code>#InstallMouseHook</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 05 Jul 2015 18:01:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=94958#p94958</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как задать в KeyWait все клавиши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=94957#p94957</link>
			<description><![CDATA[<p><em>A_TimeIdlePhysical</em> обновляется не только когда клавиши нажимаются, но и когда мышь двигается.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 05 Jul 2015 17:57:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=94957#p94957</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Как задать в KeyWait все клавиши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=94956#p94956</link>
			<description><![CDATA[<p>С KeyWait никак. Можно в <a href="http://www.script-coding.com/AutoHotkey/Input.html">Input</a> перечислить нужные клавиши, или вот так проще:<br /></p><div class="codebox"><pre><code>Loop
{ 
    Sleep 50
    if A_TimeIdlePhysical &gt; 10000  
        MsgBox, Клавиши не были нажаты за 10 секунд
}</code></pre></div><p>Правильнее покурить <a href="http://forum.script-coding.com/viewtopic.php?id=6350">это</a>.</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 05 Jul 2015 17:49:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=94956#p94956</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Как задать в KeyWait все клавиши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=94954#p94954</link>
			<description><![CDATA[<div class="codebox"><pre><code>Loop
{
sleep, 35

KeyWait, [Все клавиши], D T10
if ErrorLevel = 0
MsgBox, Клавиши не были нажаты за 10 секунд
}
Return</code></pre></div><p>Если оставить пустым первый параметр в KeyWait, то высылается ошибка компилятора. Может кто подскажет?</p><p>Хм сравнительно быстро сам нашел ответ:<br /></p><div class="codebox"><pre><code>Loop
{
sleep, 35
if ( A_TimeIdlePhysical &gt; 10000 )
    MsgBox, AFK
}
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Странникх)]]></author>
			<pubDate>Sun, 05 Jul 2015 17:31:59 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=94954#p94954</guid>
		</item>
	</channel>
</rss>
