<?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>https://forum.script-coding.com/viewtopic.php?id=12795</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12795&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Включение и выключение скрипта».]]></description>
		<lastBuildDate>Sat, 08 Jul 2017 22:22:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Включение и выключение скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117180#p117180</link>
			<description><![CDATA[<p>Suspend&#039;ом не проще?<br /></p><div class="codebox"><pre><code>1::Suspend Toggle ; вкл/выкл</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Sat, 08 Jul 2017 22:22:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117180#p117180</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Включение и выключение скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117173#p117173</link>
			<description><![CDATA[<div class="codebox"><pre><code>#p::Pause ; Pressing Win+P once will pause the script. Pressing it again will unpause.</code></pre></div><p>При нажатии Win +P скрипт приостановится, при повторном нажатии продолжит свою работу. <br />Информация взята <a href="https://autohotkey.com/docs/commands/Pause.htm#Parameters">отсюда</a>.</p>]]></description>
			<author><![CDATA[null@example.com (Drygok)]]></author>
			<pubDate>Sat, 08 Jul 2017 18:30:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117173#p117173</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Включение и выключение скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117169#p117169</link>
			<description><![CDATA[<p><span style="color: green"><strong>Kakuo</strong>, в заголовке должен присутствовать префикс языка. Слово &quot;помогите&quot; не несёт смысловой нагрузки. Код должен оформляться тегом &quot;code&quot;.</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 08 Jul 2017 14:39:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117169#p117169</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Включение и выключение скрипта]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=117168#p117168</link>
			<description><![CDATA[<p>Как включить и выключить этот скрипт по нажатию клавиши на клавиатуре?</p><div class="codebox"><pre><code>vk4::
   Loop
   {
      Send, {vk1}
      Sleep, 50
      If !GetKeyState(&quot;vk4&quot;, &quot;P&quot;)
         Break
   }
   Return
vk2::
   Loop
   {
      Send, {vk2}
      Sleep, 10
      If !GetKeyState(&quot;vk2&quot;, &quot;P&quot;)
         Break
   }
   Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Kakuo)]]></author>
			<pubDate>Sat, 08 Jul 2017 12:54:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=117168#p117168</guid>
		</item>
	</channel>
</rss>
