<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Приостановка цикла пока удерживается клавиша]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=8195</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8195&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Приостановка цикла пока удерживается клавиша».]]></description>
		<lastBuildDate>Sat, 30 Mar 2013 15:18:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Приостановка цикла пока удерживается клавиша]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=70944#p70944</link>
			<description><![CDATA[<p>Большое спасибо, будем доробатывать и думать как использовать <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (tonik_i_am)]]></author>
			<pubDate>Sat, 30 Mar 2013 15:18:59 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=70944#p70944</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Приостановка цикла пока удерживается клавиша]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=70936#p70936</link>
			<description><![CDATA[<div class="codebox"><pre><code>Loop
{
   if !(GetKeyState(&quot;Alt&quot;, &quot;P&quot;) || GetKeyState(&quot;Ctrl&quot;, &quot;P&quot;) || GetKeyState(&quot;Shift&quot;, &quot;P&quot;))
      Send {F7}
   Sleep, 100
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 30 Mar 2013 10:40:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=70936#p70936</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Приостановка цикла пока удерживается клавиша]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=70931#p70931</link>
			<description><![CDATA[<p>Доброго времени суток<br />Не могу допетрить, как сделать так, чтобы цикл ставился на паузу пока удерживается ряд клавиш<br />Программа представляет собой постоянное переодическое нажатие клавиши F7, только вот это конфликтует с различным сочетанием клавишь (например Alt+Tab, Ctrl+Shift ....)<br /></p><div class="codebox"><pre><code>
F5:: Pause
F6:: ExitApp
Loop    
{
  
    {    
        Send, {F7}     
    }
    Sleep 100  
[[[необходимо чтобы при удерживании клавиши Ctrl, Shift, Alt цикл приостанавливался, а когда отпускаешься запускался вновь]]]
}
</code></pre></div><p>Спасибо за помощь</p>]]></description>
			<author><![CDATA[null@example.com (tonik_i_am)]]></author>
			<pubDate>Fri, 29 Mar 2013 20:48:55 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=70931#p70931</guid>
		</item>
	</channel>
</rss>
