<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: При бездействии мыши 1 сек происходит нажатие F5]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=9693</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9693&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: При бездействии мыши 1 сек происходит нажатие F5».]]></description>
		<lastBuildDate>Sun, 15 Jun 2014 18:46:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: При бездействии мыши 1 сек происходит нажатие F5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=83888#p83888</link>
			<description><![CDATA[<p><strong>serzh82saratov</strong><br />А как в этом же скрипте запретить срабатывать таймеру Send в то время, когда мышь не двигается, и при этом зажата левая кнопка мыши?<br />Пробовал играться с вариантами:<br />While not GetKeyState(&quot;LButton&quot;)<br />и<br />GetKeyState, LBState, LButton, P<br />if ( LBState != D )<br />, но ничего работающего не получилось.</p><p>PS. Всё оказалось гораздо проще - KeyWait, LButton</p>]]></description>
			<author><![CDATA[null@example.com (Aslan)]]></author>
			<pubDate>Sun, 15 Jun 2014 18:46:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=83888#p83888</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: При бездействии мыши 1 сек происходит нажатие F5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=83819#p83819</link>
			<description><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=6350">Отсюда</a>.<br /></p><div class="codebox"><pre><code>
OnExit, Exit
   hHookMouse := DllCall(&quot;SetWindowsHookEx&quot; . (A_IsUnicode ? &quot;W&quot; : &quot;A&quot;)
      , Int, WH_MOUSE_LL := 14
      , Int, RegisterCallback(&quot;LowLevelMouseProc&quot;, &quot;Fast&quot;)
      , Ptr, DllCall(&quot;GetModuleHandle&quot;, UInt, 0, Ptr)
      , UInt, 0, Ptr)
    Return

Esc::
Exit:
    DllCall(&quot;UnhookWindowsHookEx&quot;, Ptr, hHookMouse)
    ExitApp

LowLevelMouseProc(nCode, wParam, lParam)
{
   Critical
   SetTimer, Send, -1000
   Return DllCall(&quot;CallNextHookEx&quot;, Ptr, 0, Int, nCode, UInt, wParam, UInt, lParam)
}
 
Send:
    SendInput {F5}
    Return
</code></pre></div><p>Вместе с кнопками</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Wed, 11 Jun 2014 12:39:23 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=83819#p83819</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: При бездействии мыши 1 сек происходит нажатие F5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=83809#p83809</link>
			<description><![CDATA[<p>движения</p>]]></description>
			<author><![CDATA[null@example.com (actiom)]]></author>
			<pubDate>Wed, 11 Jun 2014 09:56:08 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=83809#p83809</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: При бездействии мыши 1 сек происходит нажатие F5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=83767#p83767</link>
			<description><![CDATA[<p>Бездействие мыши, это нажатия её кнопок или движения?</p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Mon, 09 Jun 2014 07:20:54 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=83767#p83767</guid>
		</item>
		<item>
			<title><![CDATA[AHK: При бездействии мыши 1 сек происходит нажатие F5]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=83766#p83766</link>
			<description><![CDATA[<p>Подскажите как создать скрипт: при бездействии мыши 1 сек происходит нажатие F5 в активном окне?</p>]]></description>
			<author><![CDATA[null@example.com (actiom)]]></author>
			<pubDate>Mon, 09 Jun 2014 07:02:46 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=83766#p83766</guid>
		</item>
	</channel>
</rss>
